Hi, I'm trying to find out how to get all outer ways of a set of multipolygon relationships. This is what my query looks like right now:
It selects all building ways that are part of a multipolygon. How can I remove the ones the are set to EDIT The last part should read:
How can I remove the ones the are set to asked 26 Jul '14, 20:38 burgerer |
Your question is not entirely clear/ a bit of a contradiction. I guess what you're looking for is the first part of this answer. Just in case you want to remove some ways with a specific role from your result set, you can check out the second part of this answer. In your question summary, you mentioned that only want to retrieve buildings with role outer:
Then you asked "How can I remove the ones the are set to role: "outer"?" You can use the difference operator for this purpose:
BTW: Don't forget to also check out the documentation on the Wiki page answered 26 Jul '14, 22:00 mmd |