I also exported the data to geojson.io: http://bl.ocks.org/anonymous/raw/77da9f9103fcbf5c8382a316b7f22ef5/
Martijn On Wed, Oct 4, 2017 at 12:26 PM, Martijn van Exel <[email protected]> wrote: > Hi all, > > 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: http://overpass-turbo.eu/s/s99 to extract most of the > bicycle data. Now I have two questions: > > 1) Do you see any improvements I should make to this query / am I missing > important features? > 2) How can I best use this result for my bike mapping party? > > Any help appreciated! If you're in the area, please stop by: > https://www.meetup.com/OpenStreetMap-Utah/events/243371717/ > > If you don't want to click, this is the query at the time of writing: > > area[name="Utah"]->.a; > ( > node[amenity=bicycle_rental](area.a); > node[amenity=bicycle_parking](area.a); > way[highway=cycleway](area.a); > way[cycleway](area.a); > way["cycleway:right"](area.a); > way["cycleway:left"](area.a); > way[bicycle=yes][highway!=motorway](area.a); > way[bicycle=designated](area.a); > ); > out meta; > >; > out skel qt; > > Martijn > >
_______________________________________________ Talk-us mailing list [email protected] https://lists.openstreetmap.org/listinfo/talk-us

