1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 
[timeout:120];
(
  nwr[highway=bus_stop]({{bbox}});
)->.busStop;
 
 
way[highway=footway](around.busStop:50)->.paths;
nwr.busStop(around.paths:50)->.busStopNearPaths;
 
way[highway=cycleway]["foot"~"^(designated|yes)$"](around.busStop:50)->.cycleways;
nwr.busStop(around.cycleways:50)->.busStopNearCycleways;
 
way[sidewalk~"^(left|right|both)$"](around.busStop:50)->.sidewalkTagged;
nwr.busStop(around.sidewalkTagged:50)->.busStopSidewalkTagged;
 
(((.busStop; - .busStopNearPaths;); - .busStopNearCycleways;); - .busStopSidewalkTagged;);
 
out body;
>;
out skel qt;
50 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet