Skip to content
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

ignore instructions if directions of a road are switching between explicitly <-> implicitly tagged #2953

Merged
merged 4 commits into from
Mar 21, 2024

Conversation

karussell
Copy link
Member

@karussell karussell commented Mar 17, 2024

Fixes #2946. Requires graph.encoded_values: lanes.

If there is a barrier between the different directions of a road then it is usually mapped as two separate ways in OSM (and oneway) instead of a single way. But this currently leads to unnecessary instructions that we avoid with this PR:

@karussell karussell added this to the 9.0 milestone Mar 17, 2024
@karussell karussell merged commit 6d75510 into master Mar 21, 2024
4 checks passed
@karussell karussell deleted the skip_instructions_lanes_count branch March 21, 2024 12:29
karussell added a commit that referenced this pull request Mar 21, 2024
@karussell karussell mentioned this pull request May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inaccurate instruction to "turn onto" a road when a user is already on the road.
1 participant