Hi,

Michael, thank you for pointing to the problem. The query finds parks that existed already on April 23rd midnight. I think the relevant parks are rather those parks that have changed since that date. Thus, I suggest the query

[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];
);
(way._(newer:"2018-04-23T00:00:00Z")->.w;rel._(newer:"2018-04-23T00:00:00Z"););
out geom meta;

Best regards,
Roland

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

Reply via email to