I'm trying to retrieve the forests within a specific (relatively small) bounding box with Overpass API. I'm using the following query:
When the edge of the forest intersects my bounding box, the query works as intended: But once the bounding box is completely inside of the forest, I receive no results: Is there any way to fix this? |
It's not a 100% answer, but for forests with names, you can retrieve them using is_in:
the Thank you, this actually works perfectly. I just need to make a query with a bounding box and another query for the center point.
(28 Nov '18, 07:38)
misotrnka
|