Adds access=permissive routability scenarios, see #3435.

This commit is contained in:
Daniel J. Hofmann 2016-12-12 11:29:47 +01:00 committed by Patrick Niklaus
parent ae835cc04f
commit 919386bdaf

View File

@ -221,7 +221,6 @@ Feature: Car - Restricted access
| highway | toll | bothw | | highway | toll | bothw |
| primary | yes | | | primary | yes | |
Scenario: Car - directional access tags Scenario: Car - directional access tags
Then routability should be Then routability should be
| highway | access | access:forward | access:backward | forw | backw | | highway | access | access:forward | access:backward | forw | backw |
@ -264,3 +263,10 @@ Feature: Car - Restricted access
| steps | no | | | | steps | no | | |
| primary | | x | x | | primary | | x | x |
Scenario: Car - Access combinations
Then routability should be
| highway | access | bothw |
| primary | permissive | x |
| steps | permissive | |
| footway | permissive | x |
| garbagetag | permissive | x |