1
2
3
4
5
6
7
8
9
10
11
12
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“railway=platform and public_transport=platform and tram=yes in Budapest”
*/
[out:json][timeout:25];
// fetch area “Budapest” to search in
{{geocodeArea:Budapest}}->.searchArea;
// gather results
nwr["railway"="platform"]["public_transport"="platform"]["tram"="yes"](area.searchArea);
// print results
out geom;
2 km
Leaflet © OpenStreetMap contributors
1