1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
<!--
This is an example Overpass query.
Try it out by pressing the Run button above!
You can find more examples with the Load tool.
-->
<union>
<query type="node">
  <has-kv k="amenity" v="pharmacy"/> 
  <bbox-query {{bbox}}/><!--this is auto-completed with the
                   current map view coordinates.-->
</query>
  <query type="way">
  <has-kv k="amenity" v="pharmacy"/> 
  <bbox-query {{bbox}}/><!--this is auto-completed with the
                   current map view coordinates.-->
</query>
</union>
<!-- added by auto repair -->
<union>
  <item/>
  <recurse type="down"/>
</union>
<!-- end of auto repair -->
<print mode="meta"/><!-- fixed by auto repair -->
2 km
Leaflet © OpenStreetMap contributors
1