Add test for ignoring crossing nodes

This commit is contained in:
Patrick Niklaus 2015-05-30 19:30:33 +02:00
parent 7d73501b87
commit 2a9b1311d3

View File

@ -7,20 +7,21 @@ Feature: Bike - Access tags on nodes
Scenario: Bike - Access tag hierachy on nodes Scenario: Bike - Access tag hierachy on nodes
Then routability should be Then routability should be
| node/access | node/vehicle | node/bicycle | bothw | | node/access | node/vehicle | node/bicycle | node/highway | bothw |
| | | | x | | | | | | x |
| yes | | | x | | yes | | | | x |
| no | | | | | no | | | | |
| | yes | | x | | | yes | | | x |
| | no | | | | | no | | | |
| no | yes | | x | | no | yes | | | x |
| yes | no | | | | yes | no | | | |
| | | yes | x | | | | yes | | x |
| | | no | | | | | no | | |
| no | | yes | x | | | | no | crossing | x |
| yes | | no | | | no | | yes | | x |
| | no | yes | x | | yes | | no | | |
| | yes | no | | | | no | yes | | x |
| | yes | no | | |
Scenario: Bike - Overwriting implied acccess on nodes doesn't overwrite way Scenario: Bike - Overwriting implied acccess on nodes doesn't overwrite way
Then routability should be Then routability should be