1
2
3
4
5
6
7
8
9
10
x
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“highway:crossing and crossing:marked”
*/
[out:json][timeout:25];
// gather results
nwr["highway"="crossing"]["crossing"="marked"]({{bbox}});
// print results
out geom;
50 km
Leaflet © OpenStreetMap contributors
1