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 opposing edge indexes for loops #1576

Merged
merged 10 commits into from
Oct 11, 2018
Merged

Fix opposing edge indexes for loops #1576

merged 10 commits into from
Oct 11, 2018

Conversation

dnesbitt61
Copy link
Member

@dnesbitt61 dnesbitt61 commented Oct 10, 2018

  • Review - you must request approval to merge any PR to master
  • 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?

… Used

to select the path algorithm - above this configured distance bidirectional A* is used.
…kip service

limits with this string (in thor and loki when getting costing dependent config
values).
…dator. It is not

sufficient to match end node and length - need to verify shape matches as there are
loop cases that have 2 edges matching end node and length. If the end nodes of the
opposing edges are in the same tile it is sufficient to compare the edgeinfo offset.
If they are not in the same tile then shape comparison is needed (could be the shape
points are reversed for the 2 edges - so shapes_match checks that).
@dnesbitt61 dnesbitt61 merged commit 2ffec21 into master Oct 11, 2018
@dnesbitt61 dnesbitt61 deleted the loop_fix branch October 11, 2018 17:52
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