-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add 2xxx DELFI attributes #83
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.
Things that are missing:
- 2134 - duration
- 2113 - step_count
- 2112 - step:height
What about:
- wheelchair:lift=yes
- wheelchair:lift:duration=*
- wheelchair:description=*
Since we also plan to ask for left/right side walks (which heavily depends on visualizing the direction of the way/path) we could also ask for stuff like:
- 2133 - conveying
- 2132 - incline
Maybe this could be understandable for the user if we phrase it like this: "Is the moving direction of the escalator in-line with the arrow direction on the map?"
We also currently do not have any tag that holds the smallest width on a platform (Engstelle). https://wiki.openstreetmap.org/wiki/DE:Key:maxwidth:physical is probably not the right tag for this. Maybe we could build uppon https://wiki.openstreetmap.org/wiki/Key:narrow and instead of yes supply a specific length value.
@@ -150,5 +161,29 @@ | |||
"emergency": "phone" | |||
}, | |||
"osm_element": "Node" | |||
}, | |||
{ | |||
"name": "Tür", |
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.
Shouldn't this be "Durchgang"? maybe we name it "Durchgang/Tür" because most of the time it will be a door.
"osm_element": "Node" | ||
}, | ||
{ | ||
"name": "Weg", |
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.
Maybe name this "Fußweg"
No description provided.