-
Notifications
You must be signed in to change notification settings - Fork 165
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
Additional fields for crossing=traffic_signals
presets
#453
Conversation
Adds fields for: * `button_operated` * `traffic_signals:arrow` * `traffic_signals:countdown` * `traffic_signals:minimap` * `traffic_signals:sound` * `traffic_signals:vibration`
Thanks! |
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.
This is mostly belated copyediting for clarity, but one of the strings has it backwards. (Sorry for the delay; I only saw this now because the strings showed up in Transifex.)
It looks like the new fields are not linked correctly. None of them show up in the iD instance on openstreetmap.org nor in version that is published on https://ideditor.org/latest-id/. These are the messages that appear in the console and they are mostly identical for all types of crossings. |
Adds fields for:
button_operated
traffic_signals:sound
traffic_signals:vibration
traffic_signals:arrow
traffic_signals:countdown
traffic_signals:minimap
based on keys listed on this wiki article. I added the latter 3 to
moreFields
since they're not as commonly used as the former.