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
 
/*
Briefkästen, eingefärbt 
nach vorhandener Leerungszeit
HirschKauz 25.02.2022
*/
 
(
  node
    ["amenity"="post_box"]
 
  ({{bbox}});
  >;
);
 
{{style:
node
{ color:red; fill-color: red;}
 
node[collection_times]
{ color:green; fill-color:green; }
 
 
}}
 
out;
50 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet