forked from Project-OSRM/osrm-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reduce number of end-of-road instructions in unnecessary cases
- Loading branch information
Showing
5 changed files
with
113 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
@routing @guidance @post-processing | ||
Feature: General Post-Processing related features | ||
|
||
Background: | ||
Given the profile "car" | ||
Given a grid size of 10 meters | ||
|
||
# this testcase used to crash geometry generation (at that time handled during intersection generation) | ||
Scenario: Regression test #2424 | ||
Given the node map | ||
| | | e | | | | | | i | | | | | | ||
| a | | b | | c | | d | | h | | k | | m | | ||
| | | | | f | | | | | | l | | | | ||
|
||
And the ways | ||
| nodes | name | | ||
| abcd | Fritz-Elsas-Straße | | ||
| hkm | Fritz-Elsas-Straße | | ||
| dhi | Martin-Luther-Straße | | ||
| be | corner | | ||
| kl | corner | | ||
| cf | corner | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters