@@ -5,13 +5,17 @@ Feature: Turn Lane Guidance
55 Given the profile "car"
66 Given a grid size of 3 meters
77
8+
89 @sliproads
910 Scenario : Separate Turn Lanes
1011 Given the node map
1112 """
1213 e
13- a b c g
14- d
14+ .
15+ a ... b ..... c . g
16+ ` .
17+ `... d
18+ .
1519 f
1620 """
1721
@@ -41,8 +45,10 @@ Feature: Turn Lane Guidance
4145 Given the node map
4246 """
4347 e
44- a b c g
45- d
48+ a . . b . . . c g
49+ ` .
50+ ` .
51+ ` d
4652 f
4753 """
4854
@@ -67,21 +73,22 @@ Feature: Turn Lane Guidance
6773 | a ,g | in ,straight ,straight | depart ,new name straight ,arrive | ,left :false straight :true right :false , |
6874 | a ,f | in ,cross ,cross | depart ,turn right ,arrive | ,left :false straight :false right :true , |
6975
76+
7077 @sliproads
7178 Scenario : Separate Turn Lanes Next to other turns
7279 Given the node map
7380 """
74- e
75- a - - b.-.- - c- g
76- | ' 'd
77- | f
78- |
79- |
80- |
81- |
82- |
83- |
84- i - - h - - - j
81+ . e
82+ a . . b . . . c g
83+ . ` .
84+ . ` .
85+ . d
86+ . f
87+ .
88+ .
89+ .
90+ .
91+ i . . h . . . j
8592 """
8693
8794 And the ways
@@ -109,6 +116,7 @@ Feature: Turn Lane Guidance
109116 | a ,j | in ,turn ,other ,other | depart ,turn right ,turn left ,arrive | ,,left :true right :false , |
110117 | a ,i | in ,turn ,other ,other | depart ,turn right ,turn right ,arrive | ,,left :false right :true , |
111118
119+
112120 @todo @2654 @none
113121 #https://github.com/Project-OSRM/osrm-backend/issues/2645
114122 #http://www.openstreetmap.org/export#map=19/52.56054/13.32152
@@ -231,6 +239,7 @@ Feature: Turn Lane Guidance
231239 | a ,j | ghough ,market ,market | depart ,turn left ,arrive | ,none :true straight :false straight :false straight :false , |
232240 | a ,f | ghough ,ghough ,ghough | depart ,continue slight left ,arrive | ,none :true straight :true straight :false straight :false , |
233241
242+
234243 Scenario : Check sliproad handler loop's exit condition, Issue #2896
235244 # http://www.openstreetmap.org/way/198481519
236245 Given the node locations
0 commit comments