-
-
Notifications
You must be signed in to change notification settings - Fork 397
added bike charger to AddGeneralFee #6353
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
added bike charger to AddGeneralFee #6353
Conversation
|
FYI, I've changed the PR comment to use magic word Have you tested if it works @paulklie ? |
Thanks you. I have tested to see if a few charging stations around me would pop up correctly. I was not able to actually complete any since I do not know any charging stations where I have not already added the fee manually beforehand. |
you can disable automatic upload, fill fake data and press undo to both remove edit and check whether things got tagged correctly |
Great Idea, thanks! |
app/src/androidMain/kotlin/de/westnordost/streetcomplete/quests/general_fee/AddGeneralFee.kt
Outdated
Show resolved
Hide resolved
…s/general_fee/AddGeneralFee.kt Co-authored-by: Mateusz Konieczny <matkoniecz@gmail.com>
westnordost
left a comment
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.
I'd prefer if comments were added before the element filter, not in the middle of it (because that """ comment """ stuff is awkward)
Fixes #6346