Hi, I am trying this for hours now. How to select ways that are OUTSIDE an area (polygon) with a certain tag? The following code prints out tracks (overpass turbo). Now, I want the subset of Tracks that are NOT part of polygons with tags like ("boundary"="protected_area"):
|
There are some unclear issues related to your question like: what is the "outside" to your original area (the complementary area relative to the whole Planet or to a larger rectangular polygon enclosing you area), what with the ways crossing the area... just to mention some. Anyway, assuming that the query/filtering model you have mentioned works properly here are some hints/options: |
This is the solution I am working with. It is quite slow though.
|