1
2
3
4
5
6
7
8
9
10
11
12
 
[out:json][timeout:25];
(
  (node["amenity"="post_box"]["collection_times"]({{bbox}});
   - node._["amenity"="post_box"]["collection_times"](newer:"2021-05-31T00:00:00+2")({{bbox}}););
  (way["amenity"="post_box"]["collection_times"]({{bbox}});
  - way._["amenity"="post_box"]["collection_times"](newer:"2021-05-31T00:00:00+2")({{bbox}}););
  (relation["amenity"="post_box"]["collection_times"]({{bbox}});
  - relation._["amenity"="post_box"]["collection_times"](newer:"2021-05-31T00:00:00+2")({{bbox}}););
);
out body;
>;
out skel qt;
100 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet