- cross-posted to:
- open_street_maps
- [email protected]
- cross-posted to:
- open_street_maps
- [email protected]
Overpass Query:
//courtesy of WoodWoseWulf on Discord
[timeout:240]
[bbox:{{bbox}}];
(
way[natural=beach](newer:"2024-04-23T00:00:00Z");
);
out body;
>;
out skel qt;
EDIT: Added the overpass query from the thread.
You must log in or register to comment.