Hi,

Pokémon Go seems to have updated its OpenStreetMap data [1] leading to
an higher than usual number of new mapppers adding parks – some or many
of them are fictional. It is a good idea to check
http://resultmaps.neis-one.org/newestosm for your country (click on the
flags to show only edits from your country) and use Overpass API queries
looking for ways tagged with like leisure=park, natural=grassland or
landuse=grass which have been modified recently.


This might be a suitable Overpass query.

[date:"2018-04-23T00:00:00Z"]
[timeout:120]
[bbox:{{bbox}}];
(
         way[leisure=park];
         rel[leisure=park];
         way[leisure=garden];
         rel[leisure=garden];
         way[recreation_ground];
         rel[recreation_ground];
         way[leisure=playground];
         rel[leisure=playground];
         way[leisure=pitch];
         rel[leisure=pitch];
         way[landuse=grass];
         rel[landuse=grass];
);
out geom meta;

Please be friendly even if all edits of a user are junk. Add a changeset
comment to all reverted changeset to inform other mappers that they can
continue reviewing other changesets and comment one of the changesets of
the newbie telling him that edits have to match the reality on the
ground. You might include a link to
https://blog.openstreetmap.org/2018/04/01/tips-pokemon-go-2/#

Best regards

Michael


[1]
https://www.reddit.com/r/TheSilphRoad/comments/8ehf8u/new_nests_osm_data_has_officially_changed_nests/


-- 
Per E-Mail kommuniziere ich bevorzugt GPG-verschlüsselt. (Mailinglisten
ausgenommen)
I prefer GPG encryption of emails. (does not apply on mailing lists)

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk

Reply via email to