Hello I have a query which works great for playgrounds that are points:
But it does not work when the playgrounds are shape, like square. How could I do that? thank you asked 03 Jul '15, 10:17 bodtx edited 03 Jul '15, 11:04 scai ♦ |
One Answer:
Ok answer are in the ways :)
answered 03 Jul '15, 10:35 bodtx |
You might also want to include relations.
Please note that your query does not behave like you think it does.
node(around:5000)...
in your case will find all nodes, which are up to 5000m away from all ways, which in turn are up to 5000m away from Bures-sur-Yvette. Obviously, this will return nodes, which are much further away from Bures-sur-Yvette than 5000m. To fix this, use the following: http://overpass-turbo.eu/s/afS