Five days ago Niantic announced a new Pokémon in Pokémon Go, which spawns only in beaches. So it could happen that someone could add fake beaches in these days (I found two users already in Italy with a quick check), this is just a reminder to take a look in you local area. One method could be to filter natural=beach with “New mappers” tag in OSMcha or using an Overpass query such as: //courtesy of WoodWoseWulf on Discord [timeout:240] [bbox:{{bbox}}]; ( way[natural=beach](newer:"2024-04-23...
Overpass Query:
[timeout:240]
[bbox:{{bbox}}];
(
way[natural=beach](newer:"2024-04-23T00:00:00Z");
);
out body;
>;
out skel qt;
post has been crossposted since the original did not federate correctly with lemmy.ml