From d05b85c2272df7f84cbcf10971868545ed05838f Mon Sep 17 00:00:00 2001 From: Moritz Kobitzsch Date: Fri, 21 Oct 2016 11:18:26 +0200 Subject: [PATCH] fix turn restriction and make route unique --- features/guidance/dedicated-turn-roads.feature | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/features/guidance/dedicated-turn-roads.feature b/features/guidance/dedicated-turn-roads.feature index d1cea4144..274f3742d 100644 --- a/features/guidance/dedicated-turn-roads.feature +++ b/features/guidance/dedicated-turn-roads.feature @@ -38,7 +38,7 @@ Feature: Slipways and Dedicated Turn Lanes Given the node map """ e - a-b-----c-d + a-b-----c-------------------------d `h | || 1|| @@ -50,13 +50,15 @@ Feature: Slipways and Dedicated Turn Lanes And the ways | nodes | highway | name | maxspeed | - | abcd | trunk | first | 70 | + | abc | trunk | first | 70 | + | cd | trunk | first | 2 | | bhf | trunk_link | | 2 | - | ecfg | primary | second | 50 | + | ec | primary | second | 50 | + | cfg | primary | second | 50 | And the relations | type | way:from | way:to | node:via | restriction | - | restriction | abcd | ecfg | c | no_right_turn | + | restriction | abc | cfg | c | no_right_turn | When I route I should get | waypoints | route | turns |