Prevent merging of circular-shaped roads

This commit is contained in:
Michael Krasnyk
2017-10-16 10:47:14 +02:00
parent bf03dcd1e6
commit 088d4edc6b
5 changed files with 102 additions and 3 deletions
@@ -560,5 +560,5 @@ Feature: Merge Segregated Roads
| jd | Hubertusallee | yes |
When I route I should get
| waypoints | route | turns |
| i,h | Kurfürstendamm,Rathenauplatz,Hubertusallee,Hubertusallee | depart,turn slight left,turn slight right,arrive |
| waypoints | route | turns |
| i,h | Kurfürstendamm,Hubertusallee,Hubertusallee | depart,turn straight,arrive |