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"):
asked 05 Apr '18, 11:29 StefanFreilig |
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: answered 07 Apr '18, 09:17 sanser |
This is the solution I am working with. It is quite slow though.
answered 08 Apr '18, 10:34 StefanFreilig |