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

Fix mismatch of triplegedge roadclass and directededge roadclass #2507

Merged
merged 3 commits into from Jul 30, 2020

Conversation

danpaz
Copy link
Collaborator

@danpaz danpaz commented Jul 29, 2020

Issue

Previously in #2279, we introduced a workaround to try to undo reclassification of motorway links in triplegbuilder. As a result of this change, the road_class on directededge and tripleg_edge no longer match in the case of motorway links.

This PR essentially reverts #2279 and accepts the original issue that ReclassifyLinks will change the road class tagged in OSM. At least though we'll have consistency within the router in terms of what class each edge was considered to be during pathfinding.

Tasklist

  • Add tests
  • Add #fixes with the issue number that this PR addresses
  • Generally use squash merge to rebase and clean comments before merging
  • Update the changelog

Requirements / Relations

Link any requirements here. Other pull requests this PR is based on?

kevinkreiser
kevinkreiser previously approved these changes Jul 30, 2020
@kevinkreiser kevinkreiser merged commit 5310079 into master Jul 30, 2020
@danpaz danpaz deleted the fix_intersection_classes branch August 19, 2020 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants