Merge branch 'patch-3' of https://github.com/tyrasd/Project-OSRM into tyrasd-patch-3
This commit is contained in:
commit
d0c4111429
@ -15,7 +15,7 @@ Handle oneways streets, as defined at http://wiki.openstreetmap.org/wiki/OSM_tag
|
|||||||
| highway | oneway | forw | backw |
|
| highway | oneway | forw | backw |
|
||||||
| primary | -1 | | x |
|
| primary | -1 | | x |
|
||||||
|
|
||||||
Scenario: Car - Implied onewatys
|
Scenario: Car - Implied oneways
|
||||||
Then routability should be
|
Then routability should be
|
||||||
| highway | junction | forw | backw |
|
| highway | junction | forw | backw |
|
||||||
| motorway | | x | |
|
| motorway | | x | |
|
||||||
@ -25,6 +25,12 @@ Handle oneways streets, as defined at http://wiki.openstreetmap.org/wiki/OSM_tag
|
|||||||
| motorway_link | roundabout | x | |
|
| motorway_link | roundabout | x | |
|
||||||
| primary | roundabout | x | |
|
| primary | roundabout | x | |
|
||||||
|
|
||||||
|
Scenario: Car - Overrule implied oneway
|
||||||
|
Then routability should be
|
||||||
|
| highway | oneway | forw | backw |
|
||||||
|
| motorway | no | x | x |
|
||||||
|
| motorway_link | no | x | x |
|
||||||
|
|
||||||
Scenario: Car - Around the Block
|
Scenario: Car - Around the Block
|
||||||
Given the node map
|
Given the node map
|
||||||
| a | b |
|
| a | b |
|
||||||
|
Loading…
Reference in New Issue
Block a user