1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
[out:xml][timeout:25];
area[name="Bogotá"][admin_level=7][boundary=administrative]->.searchArea;
 
(
  node(area.searchArea)[public_transport=platform];
  way(area.searchArea)[public_transport=platform];
  rel(area.searchArea)[public_transport=platform];
)->.a;
 
node(area.searchArea)[public_transport=stop_position];
 
(
  node(around:50.0)[public_transport=platform];
  way(around:50.0)[public_transport=platform];
  rel(around:50.0)[public_transport=platform];
)->.b;
 
(.a; - .b;);
 
out meta;
 
 
5 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet