added a lanes test in clockwise roundabouts
This commit is contained in:
parent
95dc36e908
commit
61e6afdef0
@ -365,6 +365,37 @@ Feature: Turn Lane Guidance
|
|||||||
| x,c | xb,roundabout,roundabout | depart,roundabout-exit-undefined,arrive | ,, |
|
| x,c | xb,roundabout,roundabout | depart,roundabout-exit-undefined,arrive | ,, |
|
||||||
| x,a | xb,roundabout,roundabout | depart,roundabout-exit-undefined,arrive | ,, |
|
| x,a | xb,roundabout,roundabout | depart,roundabout-exit-undefined,arrive | ,, |
|
||||||
|
|
||||||
|
@anticipate
|
||||||
|
Scenario: No Lanes for Roundabouts, see #2626
|
||||||
|
Given the profile "lhs"
|
||||||
|
And the node map
|
||||||
|
| | | a | | |
|
||||||
|
| | | b | | |
|
||||||
|
| h | c | | g | |
|
||||||
|
| | | | | |
|
||||||
|
| | d | | f | |
|
||||||
|
| | | e | | |
|
||||||
|
| x | | | | y |
|
||||||
|
|
||||||
|
And the ways
|
||||||
|
| nodes | turn:lanes:forward | highway | junction |
|
||||||
|
| ab | slight_left\|slight_left | primary | |
|
||||||
|
| bg | | primary | roundabout |
|
||||||
|
| gf | | primary | roundabout |
|
||||||
|
| fe | | primary | roundabout |
|
||||||
|
| ed | | primary | roundabout |
|
||||||
|
| dc | slight_left | primary | roundabout |
|
||||||
|
| cb | | primary | roundabout |
|
||||||
|
| ch | | primary | |
|
||||||
|
| ex | | primary | |
|
||||||
|
| dx | | primary | |
|
||||||
|
| gy | | primary | |
|
||||||
|
| fy | | primary | |
|
||||||
|
|
||||||
|
When I route I should get
|
||||||
|
| waypoints | route | turns | lanes |
|
||||||
|
| a,h | ab,ch,ch | depart,roundabout-exit-5,arrive | ,, |
|
||||||
|
|
||||||
@anticipate
|
@anticipate
|
||||||
Scenario: No Lanes for Roundabouts, see #2626
|
Scenario: No Lanes for Roundabouts, see #2626
|
||||||
Given the node map
|
Given the node map
|
||||||
|
Loading…
Reference in New Issue
Block a user