1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“shop=* or amenity=*”
*/
[out:json][timeout:25];
// gather results
(
  // query part for: “shop=*”
  node["shop"]({{bbox}})(changed:"2019-03-16T00:00:00Z","2019-03-18T23:00:00Z");
  way["shop"]({{bbox}})(changed:"2019-03-16T00:00:00Z","2019-03-18T23:00:00Z");
  // query part for: “amenity=*”
  node["amenity"]({{bbox}})(changed:"2019-03-16T00:00:00Z","2019-03-18T23:00:00Z");
  way["amenity"]({{bbox}})(changed:"2019-03-16T00:00:00Z","2019-03-18T23:00:00Z");
  // query part for: “office=*”
  node["office"]({{bbox}})(changed:"2019-03-16T00:00:00Z","2019-03-18T23:00:00Z");
  way["office"]({{bbox}})(changed:"2019-03-16T00:00:00Z","2019-03-18T23:00:00Z");
);
// print results
out body;
>;
out skel qt;
50 m
Leaflet © OpenStreetMap contributors
1