don't collapse u-turns into combined turns

This commit is contained in:
Moritz Kobitzsch
2017-06-15 11:28:04 +02:00
committed by Patrick Niklaus
parent 74bc8966a8
commit d660c1609c
3 changed files with 27 additions and 4 deletions
+2 -2
View File
@@ -1072,5 +1072,5 @@ Feature: Collapse
| bd | service |
When I route I should get
| waypoints | bearings | route | turns | locations |
| 1,2 | 90 270 | ab,bd,ab,ab | depart,turn right,end of road right,arrive | _,b,b,_ |
| waypoints | bearings | route | turns | locations |
| 1,2 | 90 270 | ab,bd,bd,ab,ab | depart,turn left,continue uturn,turn right,arrive | _,b,d,b,_ |