This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Cycle lane data

0

Is there any way to download data on the locations of only cycle lanes for a particular region?

asked 18 Jan '17, 11:04

seesensemichael's gravatar image

seesensemichael
11224
accept rate: 0%


One Answer:

3

This Overpass query will return most cycle lanes in a bounding box. It gets all ways with the cycleway key, then removes anything that is cycleway=no.

From the cycleway wiki page, it looks like some other keys, like cycleway:left and cycleway:right may be used. If you haven't, look through all the tagging on that page and see if you want all of them or just a certain selection.

You could also expand this query to include relations.

answered 18 Jan '17, 14:39

neuhausr's gravatar image

neuhausr
7.5k870121
accept rate: 21%

Source code available on GitHub .