-
-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
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
Incorrect tactile paving option for crossings #3844
Incorrect tactile paving option for crossings #3844
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested, works fine (is not appearing for kerb quests, as expected)
And big thanks for implementing it!
I was about to comment about that, because answering "on one side only" does not make sense when the app asks about just one kerb or just a bus stop. It is confusing (to read) to have such an answer option when it is not used. Please instead just create a |
Fair enough Tested and working as expected |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is actually less code than before :-)
Thank you for doing this change!
.../main/java/de/westnordost/streetcomplete/quests/tactile_paving/TactilePavingCrosswalkForm.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/de/westnordost/streetcomplete/quests/tactile_paving/TactilePavingAnswer.kt
Outdated
Show resolved
Hide resolved
Thanks for doing the shortening, could have sworn I'd already done that! |
Fixes #3813
As the same form is used for all tactile paving quests, showing the incorrect option only for nodes with
highway=crossing
orhighway=traffic_signals
(in the same way as the steps answer option in path quests) seemed like the best way of doing it.