1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
[out:json][timeout:800];
 
// search in …
 
 
// search for …
 
way[man_made=wildlife_crossing]->.one;
 
way(around.one:100)[power=line];
 
out geom;
 
// styles for the visualization of the result
 
{{style:
way[man_made]
{width:2; color:blue; fill-color:blue; fill-opacity:1; symbol-size:2;}
 
way[power]
{width:2; color:green; fill-color:green; fill-opacity:1; symbol-size:2;}
 
 
}}
3000 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet