diff --git a/features/guidance/turn.feature b/features/guidance/turn.feature index 4ff90ebcd..9224125f1 100644 --- a/features/guidance/turn.feature +++ b/features/guidance/turn.feature @@ -899,3 +899,34 @@ Feature: Simple Turns When I route I should get | waypoints | turns | route | | a,e | depart,turn left,arrive | V St NW,Florida Ave NW,Florida Ave NW | + + # http://www.openstreetmap.org/node/182805179 + Scenario: Make Sharp Left at Traffic Signal + Given the node map + | | | | g | | | | + | | | | | | | | + | | | | f | | | y | + | i | | | | | | | + | j | k | a | | b | | x | + | | | | e | | c | | + | | | | | d | | | + | | | | | | | | + | | | | h | | | | + + And the nodes + | node | highway | + | f | traffic_signals | + + And the ways + | nodes | name | highway | oneway | + | yf | yf | trunk_link | yes | + | gfeh | Centreville Road | primary | | + | fi | fi | trunk_link | yes | + | ij | Bloomingdale Road | residential | | + | jkabx | Blue Star Memorial Hwy | trunk | | + | bcde | bcde | trunk_link | yes | + | kh | kh | trunk_link | yes | + + When I route I should get + | waypoints | turns | route | + | a,h | depart,off ramp right,turn sharp left,arrive | Blue Star Memorial Hwy,bcde,Centreville Road,Centreville Road |