<div dir="ltr">Hi all, <div><br></div><div>I am holding a bike mapping party for our local OSM group this Thursday. We want to complete the bicycle infrastructure of Utah. I designed this Overpass query: <a href="http://overpass-turbo.eu/s/s99">http://overpass-turbo.eu/s/s99</a> to extract most of the bicycle data. Now I have two questions:</div><div><br></div><div>1) Do you see any improvements I should make to this query / am I missing important features?</div><div>2) How can I best use this result for my bike mapping party?</div><div><br></div><div>Any help appreciated! If you're in the area, please stop by: <a href="https://www.meetup.com/OpenStreetMap-Utah/events/243371717/">https://www.meetup.com/OpenStreetMap-Utah/events/243371717/</a></div><div><br></div><div>If you don't want to click, this is the query at the time of writing:</div><div><br></div><div><div>area[name="Utah"]->.a;</div><div>(</div><div>  node[amenity=bicycle_rental](area.a);</div><div>  node[amenity=bicycle_parking](area.a);</div><div>  way[highway=cycleway](area.a);</div><div>  way[cycleway](area.a);</div><div>  way["cycleway:right"](area.a);</div><div>  way["cycleway:left"](area.a);</div><div>  way[bicycle=yes][highway!=motorway](area.a);</div><div>  way[bicycle=designated](area.a);</div><div>);</div><div>out meta;</div><div>>;</div><div>out skel qt;</div></div><div><br></div><div>Martijn</div><div><br></div></div>