1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
{{geocodeArea:Finistère}}->.searchArea;
 
node[power=transformer](area.searchArea) -> .transformers;
way[power=substation](area.searchArea) -> .substations;
wr[power=plant](area.searchArea) -> .plants;
 
node(area.substations)[power=transformer] -> .transfoInt;
(
  node(area.plants)[power=transformer];
  .transfoInt;
) -> .transfoInt;
 
(.transformers; - .transfoInt;) -> .transfoExt;
 
(.transfoExt;);
out meta ;
10 km
Leaflet © OpenStreetMap contributors
1