We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem Although it is possible to OR-join multiple OSMTag in the view using osmTag(Collection<OSMTag> tags) this is not possible with OSMTagKey.
OSMTag
view
osmTag(Collection<OSMTag> tags)
OSMTagKey
Describe the solution you'd like osmTag(Collection<OSMTagInterface> tags) would enable Keys as well as Tags to be OR-joined, even mixed!
osmTag(Collection<OSMTagInterface> tags)
Describe alternatives you've considered Program a personal complex osmEntityFilter
The text was updated successfully, but these errors were encountered:
fb5a95e
No branches or pull requests
Problem
Although it is possible to OR-join multiple
OSMTag
in theview
usingosmTag(Collection<OSMTag> tags)
this is not possible withOSMTagKey
.Describe the solution you'd like
osmTag(Collection<OSMTagInterface> tags)
would enable Keys as well as Tags to be OR-joined, even mixed!Describe alternatives you've considered
Program a personal complex osmEntityFilter
The text was updated successfully, but these errors were encountered: