allow selecting multiple internet access types#6676
Merged
westnordost merged 11 commits intoJan 10, 2026
Conversation
westnordost
requested changes
Jan 8, 2026
westnordost
left a comment
Member
There was a problem hiding this comment.
Looks mostly good, great job!
Also, creative solution with the button panel! 👍
…mon/MultipleSelectGroup.kt Co-authored-by: Tobias Zwick <[email protected]>
…s/AMultipleSelectGroupQuestForm.kt Co-authored-by: Tobias Zwick <[email protected]>
westnordost
reviewed
Jan 9, 2026
westnordost
reviewed
Jan 9, 2026
…mon/MultipleSelectGroup.kt Co-authored-by: Tobias Zwick <[email protected]>
Collaborator
Author
|
I have also extended the quest to a few additional places: |
westnordost
requested changes
Jan 10, 2026
westnordost
approved these changes
Jan 10, 2026
…s/AMultipleSelectGroupQuestForm.kt Co-authored-by: Tobias Zwick <[email protected]>
FloEdelmann
reviewed
Feb 4, 2026
| or tourism = camp_site and backcountry != yes and camp_site != basic | ||
| or aeroway = terminal | ||
| or shop ~ mall|department_store | ||
| or tourism = information and information ~ board|visitor_center |
Member
There was a problem hiding this comment.
@paulklie Was extending the quest to information boards deliberate?
Collaborator
Author
There was a problem hiding this comment.
Oh no, it was supposted to be office. Not sure how that happened, good find. Will fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #5136
I added a new form where multiple answers can be selected from a list.
I added a "No" button that is only displayed when no access types are selected.

