Closed mlennert closed 3 years ago
Dear @mlennert,
I am sorry to provide a reply first now. I was waiting to someone from the wider community to provide a reply and then did miss that your question remained open.
Yes, you are right. The reason behind is that your request is translated by the overpassQueryBuilder
to the language used by the Overpass API, which you find described here: https://wiki.openstreetmap.org/wiki/Overpass_API/Language_Guide#Multiple_tags.
In your case, I would advise to just run to queries and to then consider them separately. I hope this helps.
Best!
I don't know if this is something not implemented, yet, or if I just haven't been able to figure this out, but is it possible to create a union of selectors ?
I've tried something like this:
and I get as output: 90.
With
the result is 536.
But with
the result is 0 which gives me the impression that the result is the intersection of the selectors and not the union.
If it is possible to make this into a union, could someone point me to where in the docs I can find info on that. If not, is it envisageable to implement this ?