update turn instruction test
This commit is contained in:
parent
c6840496c0
commit
0399022d25
@ -97,13 +97,14 @@ Feature: Turn directions/codes
|
|||||||
| g | c | xg,xc | head,right,destination |
|
| g | c | xg,xc | head,right,destination |
|
||||||
| g | e | xg,xe | head,sharp_right,destination |
|
| g | e | xg,xe | head,sharp_right,destination |
|
||||||
|
|
||||||
|
@todo
|
||||||
Scenario: Skadestuevej, København
|
Scenario: Skadestuevej, København
|
||||||
https://github.com/DennisOSRM/Project-OSRM/issues/532
|
https://github.com/DennisOSRM/Project-OSRM/issues/532
|
||||||
Given the node locations
|
Given the node locations
|
||||||
| node | lat | lon |
|
| node | lat | lon |
|
||||||
| a | 55.68679 | 12.52360 |
|
| a | 55.68740 | 12.52430 |
|
||||||
| b | 55.68745 | 12.52407 |
|
| b | 55.68745 | 12.52409 |
|
||||||
| c | 55.68720 | 12.52509 |
|
| c | 55.68711 | 12.52383 |
|
||||||
|
|
||||||
And the ways
|
And the ways
|
||||||
| nodes |
|
| nodes |
|
||||||
@ -112,4 +113,4 @@ Feature: Turn directions/codes
|
|||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| from | to | route | turns |
|
| from | to | route | turns |
|
||||||
| a | c | ab,bc | head,right,destination |
|
| a | c | ab,bc | head,left,destination |
|
||||||
|
Loading…
Reference in New Issue
Block a user