1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 
/*
 QS highway=bus_stop sowohl auf platform wie auch stop_position 
*/
[out:json][timeout:25];
// gather results
 
  node["public_transport"="stop_position"]
      ["highway"="bus_stop"]({{bbox}})->.bus_stops;
 
 
(
  // query part for: “public_transport=platform”
  nwr(around.bus_stops:20)["highway"="bus_stop"]
                          ["public_transport"="platform"];
);
// print results
out body;
>;
out skel qt;
5 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet