1
2
3
4
5
6
7
8
9
10
11
12
13
 
/*
This is an example Overpass query.
Try it out by pressing the Run button above!
You can find more examples with the Load tool.
*/
(node
  ["shop"~"model",i]
  (47.3496, 18.9116, 47.616, 19.336);
way
  ["shop"~"model",i]
  (47.3496, 18.9116, 47.616, 19.336);
(._;>;););
out;
100 km
Leaflet © OpenStreetMap contributors
1