1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“power=line”
*/
[out:xml]/*fixed by auto repair*/[timeout:25];
// gather results
(
  relation[symbol=red]({{bbox}});
  relation[symbol=green]({{bbox}});
  relation[symbol=blue]({{bbox}});
  relation[symbol=yellow]({{bbox}});
);
// print results
out meta;/*fixed by auto repair*/
>;
out meta qt;/*fixed by auto repair*/
 
{{style:
relation way {width:0;}
relation[symbol=red]
{ color:red;width:4 }
relation[symbol=green]
{ color:green;width:4 }
relation[symbol=blue]
{ color:blue;width:4 }
relation[symbol=yellow]
{ color:yellow;width:4 }
node { opacity: 0; fill-opacity: 0}
}}
3 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet