Turn angle calculation needs to respect initial road order, #4331

This commit is contained in:
Michael Krasnyk
2017-08-24 23:22:41 +02:00
parent 00fd869224
commit 2532d56b85
3 changed files with 87 additions and 28 deletions
+2 -2
View File
@@ -1368,5 +1368,5 @@ Feature: Simple Turns
When I route I should get
| waypoints | route | turns |
| a,d | ab,bcd,bcd | depart,fork slight left,arrive |
| a,g | ab,befg,befg | depart,fork slight right,arrive |
| a,d | ab,bcd,bcd | depart,fork slight right,arrive |
| a,g | ab,befg,befg | depart,fork slight left,arrive |