Shortcuts consider routing restrictions on the main road too #228
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
FIXES #194
Previously shortcuts only considered interior roads, starting from the border intersection, but we need to zoom out just a little bit more and consider how that traffic got to the intersection.
Now routing additionally includes the
main
roads. In order to count only distinct internal trips, we filter out any routes that use the perimeter for anything other than starting/ending the trip.Screenshots
before: The annotated route is not actually accessible from the restrictions on the perimeter, so it shouldn't show any shortcuts. The "one way" and "modal" edits I've added are maybe not very realistic, but I feel like the turn restriction is a very plausible edit. In any case, they should all work!
after:
