Maybe using Mapbox tools OSMCha is more convenience. The have a option for
filtering new mapper adding park or another Pokeomon Go related features

Here is a example link:
https://osmcha.mapbox.com/?filters=%7B%22geometry%22%3A%5B%7B%22label%22%3A%7B%22coordinates%22%3A%5B%5B%5B118.28966552120511%2C26.16600169629723%5D%2C%5B117.7060787938446%2C21.795131301801092%5D%2C%5B113.27081966593113%2C17.954247234327823%5D%2C%5B118.4063828666724%2C17.954247234327823%5D%2C%5B123.07507668553251%2C21.03452323422715%5D%2C%5B124.70911952213464%2C25.219417628166156%5D%2C%5B121.67446853987684%2C27.829878013154413%5D%2C%5B118.28966552120511%2C26.16600169629723%5D%5D%5D%2C%22type%22%3A%22Polygon%22%7D%2C%22value%22%3A%7B%22coordinates%22%3A%5B%5B%5B118.28966552120511%2C26.16600169629723%5D%2C%5B117.7060787938446%2C21.795131301801092%5D%2C%5B113.27081966593113%2C17.954247234327823%5D%2C%5B118.4063828666724%2C17.954247234327823%5D%2C%5B123.07507668553251%2C21.03452323422715%5D%2C%5B124.70911952213464%2C25.219417628166156%5D%2C%5B121.67446853987684%2C27.829878013154413%5D%2C%5B118.28966552120511%2C26.16600169629723%5D%5D%5D%2C%22type%22%3A%22Polygon%22%7D%7D%5D%2C%22date__gte%22%3A%5B%7B%22label%22%3A%222017-05-28%22%2C%22value%22%3A%222017-05-28%22%7D%5D%2C%22reasons%22%3A%5B%7B%22label%22%3A%22Pokemon%20nest%20feature%20added%20by%20new%20user%22%2C%22value%22%3A50%7D%2C%7B%22label%22%3A%22Park%20added%20by%20new%20user%22%2C%22value%22%3A44%7D%5D%7D

just adjust the area to the area you are interested

Dennis

On Wed, Apr 25, 2018 at 2:45 PM, Mateusz Konieczny <matkoni...@tutanota.com>
wrote:

>
> 25. Apr 2018 06:17 by roland.olbri...@gmx.de:
>
> Thus, I suggest the query
>
>
> here is overpass link with it: http://overpass-turbo.eu/s/yee (navigate
> to your area, click "run" and wait)
>
>
> At least in my region detecting parks and recreation ground with untagged
> name state (without name and without noname) is useful to detect mistagged
> areas http://overpass-turbo.eu/s/yeg
>
>
> [timeout:120]
> [bbox:{{bbox}}];
> (
> way[leisure=park][!name][noname!=yes];
> rel[leisure=park][!name][noname!=yes];
> way[recreation_ground][!name][noname!=yes];
> rel[recreation_ground][!name][noname!=yes];
> );
> out geom meta;
>
> _______________________________________________
> talk mailing list
> talk@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/talk
>
>
_______________________________________________
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk

Reply via email to