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
 
<!--
This has been generated by the overpass-turbo wizard.
The original search was:
“amenity="post_box" and "collection_times"!=* and type:node in thalheim”
-->
<osm-script output="json" timeout="25">
  <!-- fetch area “thalheim” to search in -->
  <id-query {{nominatimArea:schleswig-holstein}} into="area"/>
  <!-- gather results -->
  <union>
    <!-- query part for: “amenity=post_box and collection_times!=*” -->
    <query type="node">
      <has-kv k="amenity" v="fire_station"/>
      <area-query from="area"/>
    </query>
    <query type="way">
      <has-kv k="amenity" v="fire_station"/>
      <area-query from="area"/>
    </query>
  </union>
  <!-- print results -->
  <print mode="body"/>
  <recurse type="down"/>
  <print mode="skeleton" order="quadtile"/>
</osm-script>
10 km
Leaflet © OpenStreetMap contributors
1