-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Don't use obvious directions at ramp bifurcations #4896
Conversation
Codewise it looks good to me! 👍 I just wonder about this scenario:
If
I am thinking about this scenario: The signs show a straight vs a exit right, but there are 4 lanes, two go straight, two go to the right - so it is somehow a weird mix of a fork / exit? Routing this way A5 -> A67: does not have an instruction (even though there is a name change) Routing this way A5 -> A5: has an instruction (even though there is no name change). Maybe this should another issue - and this is not osrm code related but more a guidance question? |
dffb94d
to
8348d82
Compare
No, i have added an intersection from a motorway to two ramps to the feature test.
Yes, atm such intersections are handled in A5 -> A5 or A67 case is a usual motorway intersection and handled in |
@oxidase for a fork - typically, I would see @chaupow For the A5 -> A67 case: I believe this is a bug, it should call out a @chaupow For the A5 -> A67 case: Since the edge is a motorway_link - it should be called out as a right exit so the user knows to take the exit even though the name remains the same. This scenario happens in the US too. |
@oxidase 👍 LGTM thanks |
I'll be giving a 👍 here - @oxidase you might wanna figure out whether there should be an issue for the case I highlighted or not :) |
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.
LGTM
Issue
Fixes #4895 as

"before-after" comparison in SF-area http://bl.ocks.org/d/1f6b51ce1cafff2463d913cd05d40f73
Tasklist
Requirements / Relations
Link any requirements here. Other pull requests this PR is based on?