1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“type:way and segregated=no and (sidewalk=yes or sidewalk=both or sidewalk=left or sidewalk=right) and highway=cycleway”
*/
[out:json][timeout:25];
// gather results
(
  way["segregated"="no"]["sidewalk"="both"]["highway"="cycleway"]({{bbox}});
  way["segregated"="no"]["sidewalk"="left"]["highway"="cycleway"]({{bbox}});
  way["segregated"="no"]["sidewalk"="right"]["highway"="cycleway"]({{bbox}});
);
// print results
out body;
>;
out skel qt;
3000 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet