1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
[out:json][timeout:625];
 
// find all railways
way["railway"~"rail|light_rail|narrow_gauge"]({{bbox}}) -> .railways;
 
// find all the gantries that cross those railways
way(around.railways:0)["man_made"="gantry"];
 
//( .railways; );
 
// print results
out body;
>;
out skel qt;
10 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet