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
 
/*
Diese Abfrage wurde von Ralph Plennert erstellt.
 
Kontakt:
Ralph Plennert
osm@plennert.eu
user:plennert
https://wiki.openstreetmap.org/wiki/Brandschutz_mit_OSM
 
Abfrage: Leitstellen in Deutschland
-fehlt --> emergency_control_centre:fire=yes
 
 
*/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{{geocodeArea:Deutschland}}->.searchArea;
 
 
 
 
(
  nwr["emergency"="control_centre"][!"emergency_control_centre:fire"](area.searchArea);
  //>;
);
 
{{style:
node, way, relation [emergency=control_centre] {
    icon-image: url('https://upload.wikimedia.org/wikipedia/commons/c/cf/Leitstelle.svg');
    icon-width: 30;text: eval("'Notruf Feuerwehr? ' . tag('emergency_control_centre:fire')");
  
  }            
}}
out meta;
out center;
out;
 
50 km
Leaflet © OpenStreetMap contributors
1