Handle motorway forks with links as a normal motorway ...

passing some ramps or mering onto another motorway
This commit is contained in:
Michael Krasnyk
2018-02-16 11:50:08 +01:00
parent 49811e1f46
commit de13834c12
3 changed files with 13 additions and 16 deletions
+4 -4
View File
@@ -341,7 +341,7 @@ Feature: Motorway Guidance
| cd | motorway_link |
When I route I should get
| waypoints | route | turns |
| a,d | abce,cd,cd | depart,turn straight,arrive |
| a,e | abce,abce,abce | depart,fork slight left,arrive |
| a,f | abce,cf,cf | depart,fork slight right,arrive |
| waypoints | route | turns |
| a,d | abce,cd,cd | depart,off ramp slight left,arrive |
| a,e | abce,abce | depart,arrive |
| a,f | abce,cf,cf | depart,turn slight right,arrive |