-
Notifications
You must be signed in to change notification settings - Fork 16
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
replace cycleway
with flexible directionalCombo
field type
#79
Comments
One quite popular "directional" tag are Perhaps directional should rather be an option which could be used with different field types? |
I have a slightly different take: Exposing those tags is more important, than the fact that they have their own special field type. Why? If they are hidden, the chance of miss-tagging is higher than having them visible but a less convenient editing experience.
Looking at the fields features (https://github.com/ideditor/schema-builder#fields) that would require an additional layer / hierarchy, right?
Back on topic: We could also turn this round:
What I don't like is, that the HTML "type" attribute has values like "tel", "color"; the current schema fits more into this pattern. Another take: Staying with our idea, to make add add a |
Following the update in iD (https://github.com/openstreetmap/iD/pull/9423/files#diff-b3604385ed7e095c6c6fd1973a4c3d376f21e56f26452299a358d033411a38f6R65-R67) this changes the name of the field to make it resable. Fixes ideditor#79
Following the update in iD (https://github.com/openstreetmap/iD/pull/9423/files#diff-b3604385ed7e095c6c6fd1973a4c3d376f21e56f26452299a358d033411a38f6R65-R67) this changes the name of the field to make it resable. Fixes ideditor#79
Rename `cycleway` to `directionalCombo` Following the update in iD (https://github.com/openstreetmap/iD/pull/9423/files#diff-b3604385ed7e095c6c6fd1973a4c3d376f21e56f26452299a358d033411a38f6R65-R67) this changes the name of the field to make it reusable. Fixes ideditor#79
See openstreetmap/iD#9423 for more details and openstreetmap/id-tagging-schema#674 for a possible first application of this new field.
The text was updated successfully, but these errors were encountered: