<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
FYI <br>
way[recreation_ground];<br>
<br>
uses recreation_ground as the key, not the value. So
leisure=recreation_ground etc won't be returned<br>
<br>
DaveF.<br>
<br>
<div class="moz-cite-prefix">On 25/04/2018 07:45, Mateusz Konieczny
wrote:<br>
</div>
<blockquote type="cite" cite="mid:LAvYFvv--3-0@tutanota.com">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<br>
25. Apr 2018 06:17 by <a href="mailto:roland.olbricht@gmx.de"
target="_blank" rel="noopener noreferrer" moz-do-not-send="true">roland.olbricht@gmx.de</a>:<br>
<br>
<blockquote class="tutanota_quote" style="border-left: 1px solid
#93A3B8; padding-left: 10px; margin-left: 5px;">Thus, I suggest
the query<br>
</blockquote>
<p><br>
</p>
<p>here is overpass link with it: <a
href="http://overpass-turbo.eu/s/yee" target="_blank"
rel="noopener noreferrer" moz-do-not-send="true">http://overpass-turbo.eu/s/yee</a>
(navigate to your area, click "run" and wait)</p>
<p><br>
</p>
<p>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 <a
href="http://overpass-turbo.eu/s/yeg" target="_blank"
rel="noopener noreferrer" moz-do-not-send="true">http://overpass-turbo.eu/s/yeg</a><br>
</p>
<p><br>
</p>
<p>[timeout:120]<br>
[bbox:{{bbox}}];<br>
(<br>
way[leisure=park][!name][noname!=yes];<br>
rel[leisure=park][!name][noname!=yes];<br>
way[recreation_ground][!name][noname!=yes];<br>
rel[recreation_ground][!name][noname!=yes];<br>
);<br>
out geom meta;<br>
</p>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
talk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:talk@openstreetmap.org">talk@openstreetmap.org</a>
<a class="moz-txt-link-freetext" href="https://lists.openstreetmap.org/listinfo/talk">https://lists.openstreetmap.org/listinfo/talk</a>
</pre>
</blockquote>
<br>
</body>
</html>