-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Way can be reasonably assumed to not be oneway. #2220
Comments
Agreed, now the oneway field will not show the unknown option. |
I'd rather go with @mkoniecz's suggestion of changing the placeholder text to "Assumed to be no" than changing the field type to |
Ok. We'll need to fix the check field to support changing the placeholder text, but that's probably easy. Also I noticed that |
👍 Sounds great! |
Note that junction=roundabout and highway=motorway (and maybe other?) should display "Assumed to be yes". Is it possibly to modify it so isOneWay and tagging interface will check single source to get default onewayness? |
i.e. overrides implied oneway tag like `highway=motorway` or `junction=roundabout`
For For
I could make a global Object similar to area_keys (oneway_keys?) if the onewayness really is used in a few places. |
I ended up doing this because it turned out that there are a few places where we want to check for implied onewayness, and it turns out that there are more tags that imply onewayness than I realized (piste stuff, etc.) |
Currently on editing road without oneway tag "One Way Unknown" is presented. It encourages adding useless tag "oneway=no" everywhere (I did it at start).
It would be better to display "Assumed to be no" instead of "Unknown".
The text was updated successfully, but these errors were encountered: