1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
<!--
This has been generated by the overpass-turbo wizard.
The original search was:
“shop=stationery”
-->
<osm-script output="json" timeout="60">
  <!-- gather results -->
  <union>
    <!-- query part for: “shop=stationery” -->
    <query type="node">
      <has-kv k="shop" v="stationery"/>
      <bbox-query {{bbox}}/>
    </query>
    <query type="way">
      <has-kv k="shop" v="stationery"/>
      <bbox-query {{bbox}}/>
    </query>
  </union>
  <!-- print results -->
  <print mode="body"/>
  <recurse type="down"/>
  <print mode="skeleton" order="quadtile"/>
</osm-script>
30 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet