1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“type:way and segregated=no and (sidewalk=both or sidewalk=left or sidewalk=right) and (highway=cycleway or highway=footway or highway=path) global”
*/
[out:json][timeout:125];
// gather results
(
  // query part for: “segregated=no and sidewalk=both and highway=cycleway”
  way["segregated"="no"]["sidewalk"="both"]["highway"="cycleway"];
  // query part for: “segregated=no and sidewalk=both and highway=footway”
  way["segregated"="no"]["sidewalk"="both"]["highway"="footway"];
  // query part for: “segregated=no and sidewalk=both and highway=path”
  way["segregated"="no"]["sidewalk"="both"]["highway"="path"];
  // query part for: “segregated=no and sidewalk=left and highway=cycleway”
  way["segregated"="no"]["sidewalk"="left"]["highway"="cycleway"];
  // query part for: “segregated=no and sidewalk=left and highway=footway”
  way["segregated"="no"]["sidewalk"="left"]["highway"="footway"];
  // query part for: “segregated=no and sidewalk=left and highway=path”
  way["segregated"="no"]["sidewalk"="left"]["highway"="path"];
  // query part for: “segregated=no and sidewalk=right and highway=cycleway”
  way["segregated"="no"]["sidewalk"="right"]["highway"="cycleway"];
  // query part for: “segregated=no and sidewalk=right and highway=footway”
  way["segregated"="no"]["sidewalk"="right"]["highway"="footway"];
  // query part for: “segregated=no and sidewalk=right and highway=path”
  way["segregated"="no"]["sidewalk"="right"]["highway"="path"];
);
// print results
out body;
>;
out skel qt;
3 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet