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
 
[out:xml][timeout:100];
 
// query part for: “man_made=pipeline”
(
 relation["type"="route"]["route"="pipeline"] ({{bbox}});
 relation["man_made"="pipeline"] ({{bbox}});
);
(._ >; way["man_made"="pipeline"]({{bbox}}); );
(._; ._ .>; node["man_made"="pipeline"]({{bbox}}); );
out meta;
._ >;
out meta qt;
 
//Kreis grau = marker
//Kreis rot  = marker ohne ref
//Kreis grün = valve (Ventil)
//Linie gelb = gas
//Linie lila = ethylene
//Linie rot  = oil
//Linie blau = heat
 
{{style:
node[man_made=pipeline]
{ color:#ff8888; fill-color:#ff4444; }
node[pipeline=marker]
{ color:red; fill-color:grey; width:2; }
node[pipeline=marker][ref]
{ color:grey; fill-color:grey; width:2; }
node[pipeline=valve]
{ color:#488f68; fill-color:#444f24; width:3; }
 
way[substance=gas][location=underground]
{ color:#FF8000; width:4; dashes:5,8;}
way[substance=gas][location=underwater]
{ color:#FF8000; width:4; dashes:15,25;}
way[substance=gas][location=overground]
{ color:#FF8000; width:4}
 
way[substance=ethylene][location=underground]
{ color:#8017D6; width:4;dashes:5,8;}
way[substance=ethylene][location=underwater]
{ color:#8017D6; width:4; dashes:15,25;}
way[substance=ethylene][location=overground]
{ color:#8017D6; width:4}
 
way[substance=oil][location=underground]
{ color:red; width:4;dashes:5,8;}
way[substance=oil][location=underwater]
{ color:red; width:4; dashes:15,25;}
way[substance=oil][location=overground]
{ color:red; width:4}
 
way[substance=heat][location=underground]
{ color:#0090FF; width:4;dashes:5,8;}
way[substance=heat][location=overground]
{ color:#0090FF; width:4;}
 
way[substance=sewage][location=underground]
{ color:#808080; width:4;dashes:5,8;}
way[substance=sewage][location=overground]
{ color:#808080; width:4;}
 
way[substance=water][location=underground]
{ color:#0000E0; width:4;dashes:5,8;}
way[substance=water][location=overground]
{ color:#0000E0; width:4;}
 
}}
5 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet