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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
 
area["ISO3166-2"="FR-73"]["admin_level"="6"]->.zone;
 
(way(area.zone)["power"="line"]; node(w))->.power_line;
(way(area.zone)["power"="cable"]; node(w))->.power_cable;
(way(area.zone)["power"="minor_line"]; node(w))->.power_mline;
 
 
(way.power_line; node.power_line["material"]; node.power_line["power"="tower"];way.power_cable; node.power_cable["material"]; node.power_cable["power"="tower"];way.power_mline; node.power_mline["material"]; node.power_mline["power"="tower"]);
out geom;
 
(way(area.zone)["power"="substation"];
node(area.zone)["power"="substation"]);
out geom;
 
{{style:
 
/* Operateurs */
area[operator=RTE]{fill-color:#E2000F;fill-opacity:0.2;color:#E2000F;width:2;}
way[power=line][operator=RTE],way[power=cable][operator=RTE],way[power=minor_line][operator=RTE]{color:#E2000F;width:4;}
node[operator=RTE]{color:#E2000F;}
 
area[operator=Enedis]{fill-color:#0043E0;fill-opacity:0.2;color:#0043E0;width:1;}
way[power=line][operator=Enedis],way[power=cable][operator=Enedis],way[power=minor_line][operator=Enedis]{color:#0043E0;width:2;}
node[operator=Enedis]{color:#0043E0;}
 
area[operator!=Enedis][operator!=ERDF][operator!=RTE]{fill-color:#1FBA06;fill-opacity:0.2;color:#1FBA06;width:1;}
way[operator!=Enedis][operator!=ERDF][operator!=RTE]
,way[power=cable][operator!=Enedis]
[operator!=ERDF][operator!=RTE],way[power=minor_line][operator!=Enedis]area[operator!=ERDF][operator!=RTE]{color:#1FBA06;width:2;}
node[operator=ESSeyssel]{color:#1FBA06;}
 
area[!operator]{fill-color:#565656;fill-opacity:0.2;color:#565656;width:3;}
way[power=line][!operator],way[power=cable][!operator],way[power=minor_line][!operator]{color:#565656;width:3;}
node[!operator]{color:#565656;}
 
/* Ouvrage */
way[power=cable]{dashes:5,5,5,5;}
way[location=underground]{dashes:2,5,2,5;}
 
way[power=portal]{width:2;color:#FFFFFF;}
node[power=tower]{symbol-size:5;symbol-fill-color:#636363;symbol-fill-opacity:0.8}
node[power=pole]{symbol-size:3;symbol-fill-color:#636363;symbol-fill-opacity:0.8}
node[power][location:transition=yes]{symbol-fill-color:#DD0000;symbol-fill-opacity:0.8}
 
/* Substations 
transmission = Transport RTE
distribution = Postes sources
minor_distribution = Distribution locale HTA/BT
poteau + transformer=distribution = H61
*/
area[power=substation][substation=transmission]{fill-color:#FFD800;fill-opacity:0.2;}
area[power=substation][substation=distribution]{fill-color:#FFD800;fill-opacity:0.2;}
node[power][transformer=distribution]{symbol-size:5;symbol-fill-color:#FFD800;symbol-fill-opacity:0.8}
node[power][substation=minor_distribution]{symbol-size:5;symbol-fill-color:#FF6A00;symbol-fill-opacity:0.8;}
area[power][substation=minor_distribution]{fill-color:#FF6A00;fill-opacity:0.8;}
 
/* OCR */
node[power][switch]{symbol-size:4;symbol-fill-color:#00FF21;symbol-fill-opacity:0.8;}
 
/* Materiau constituant */
node[power=pole][material=wood],node[power=tower][material=wood],node[power=portal][material=wood]{color:#68293E;}
node[power=pole][material=concrete],node[power=tower][material=concrete],node[power=portal][material=concrete]{color:#030303;}
node[power=pole][material=metal],node[power=tower][material=metal],node[power=portal][material=metal]{color:#808080;}
way[power=portal][material=wood]{color:#68293E;}
way[power=portal][material=concrete]{color:#030303;}
way[power=portal][material=metal]{color:#808080;}
 
node[power=tower]{color:#808080;}
 
}}
10 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet