-
Notifications
You must be signed in to change notification settings - Fork 317
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
"Merge" icon still reversed #802
Comments
This particular merge is a straight merge:
so we end up not flipping the icon because it's not left, slight left, or sharp left. Merge, take off ramp, and reach fork could use a different logic where the slightest difference in bearing should determine the direction. |
For merge straight (or any straight modifiers) we should probably just show a straight arrow. |
When we say “merge left”, what that means is that there’s traffic coming in over the user’s left shoulder, not that the user needs to turn left at the maneuver. Since we aren’t having users literally fall off ramps into traffic below, there should be no such thing as a “straight merge”. This is almost certainly a regression in the Directions API. I’ve filed a bug report upstream in that project. |
Fixed upstream, server-side, in Project-OSRM/osrm-backend#4670. |
It looks like the merge icon is still reversed. This was a "merge left" maneuver but the icon shows merge right:
cc @frederoni
The text was updated successfully, but these errors were encountered: