find Overpass API: Find something else than points (node)
Hello I have a query which works great for playgrounds that are points:
node["name"="Les Ulis"];
node
(around:5000)
["leisure"="playground"];
out body;
But it does not work when the playgrounds are shape, like square.
How could I do that? thank you
Hello I have a query which works great for playgrounds that are points:
node["name"="Les Ulis"];
node
(around:5000)
["leisure"="playground"];
out body;
But it does not work when the playgrounds are shape, like square.
How could I do that? thank you
Hello I have a query which works great for playgrounds that are points:
node["name"="Les Ulis"];
node
(around:5000)
["leisure"="playground"];
out body;
But it does not work when the playgrounds are shape, like square.
How could I do that? thank you