FYI
way[recreation_ground];

uses recreation_ground as the key, not the value. So leisure=recreation_ground etc won't be returned

DaveF.

On 25/04/2018 07:45, Mateusz Konieczny wrote:

25. Apr 2018 06:17 by [email protected] <mailto:[email protected]>:

    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
[email protected]
https://lists.openstreetmap.org/listinfo/talk

_______________________________________________
talk mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/talk

Reply via email to