add a tail to the oneway circle to avoid edge cases

This commit is contained in:
Dennis Luxen 2014-10-15 11:33:43 +02:00
parent 8438024370
commit f7469f298d

View File

@ -6,11 +6,12 @@ Feature: Testbot - oneways
Scenario: Routing on a oneway roundabout Scenario: Routing on a oneway roundabout
Given the node map Given the node map
| | | | v | | | | | | | | v | |
| | | d | c | | | | x | | d | c | | |
| x | e | | | b | | | | e | | | b | |
| | f | | | a | | | | f | | | a | |
| | | g | h | | | | | | g | h | | y |
| | z | | | | |
And the ways And the ways
| nodes | oneway | | nodes | oneway |
@ -23,6 +24,8 @@ Feature: Testbot - oneways
| gh | yes | | gh | yes |
| ha | yes | | ha | yes |
| vx | yes | | vx | yes |
| vy | yes |
| yz | yes |
| xe | yes | | xe | yes |
When I route I should get When I route I should get