-
Notifications
You must be signed in to change notification settings - Fork 819
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
Render junction=roundabout like oneway=yes #467
Comments
See also #465 (the code there solves part of the problem here). Not sure if we want to implement this, though. Opinions? |
@pnorman @gravitystorm What do you think? |
Any opinions? |
I'm skeptical about "implied" values, particularly solely based on wiki documentation. Leaving that aside, something to watch for is oneway arrows appearing at relatively low zooms where the roundabout itself is quite small, you do not want this. The arrows only add value when the zoom is high enough to see within the roundabout |
2014-05-28 2:59 GMT+02:00 Paul Norman notifications@github.com:
I think for roundabouts it is broadly accepted that the tag You see this reflected also in the current tools like JOSM validator etc.
yes, but this is a different issue. |
Developers of iD editor consider that there is "assumed default of oneway=yes on things like junction=roundabout and highway=motorway" See https://github.com/bhousel/iD/blob/master/js/id/core/oneway_tags.js for set of tags that according to iD editor implies onewayness. |
I think it is safe to assume they are one way. |
So we seem to agree that roundabouts should be assumed to be oneway. Next question: does it make sense to render arrows on them? |
From a map point of view, I don't think it's necessary to render arrows on them, as most people will see a roundabout and know that it's one way. The only exception would be larger cases where it might not be so obvious if something is a roundabout or a 2 way road. The other advantage would be that having the arrows on roundabouts would point people to fix cases where the roundabout direction is wrong. |
2014-05-29 13:01 GMT+02:00 Chris Fleming notifications@github.com:
you cannot see from the rendering if something is a roundabout or not, |
I'm in favour of oneway arrows on roundabouts (those without oneway=no, of course), as per the original request. |
I was not clear in my above comments but I am in favor too. |
According to the wiki junction=roundabout implies oneway=yes.
Therefore, I propose to render all highways with junction=roundabout and oneway!=no in the same way as oneway ways.
The text was updated successfully, but these errors were encountered: