Add access=permissive check for all profiles

This commit is contained in:
Patrick Niklaus 2017-02-07 13:27:41 +00:00 committed by Patrick Niklaus
parent 919386bdaf
commit aa3f208032
2 changed files with 17 additions and 0 deletions

View File

@ -188,3 +188,11 @@ Feature: Bike - Access tags on ways
| highway | railway | oneway | bothw | | highway | railway | oneway | bothw |
| residential | tram | yes | x | | residential | tram | yes | x |
Scenario: Bike - Access combinations
Then routability should be
| highway | access | bothw |
| primary | permissive | x |
| steps | permissive | x |
| footway | permissive | x |
| garbagetag | permissive | x |

View File

@ -108,3 +108,12 @@ Feature: Foot - Access tags on ways
Then routability should be Then routability should be
| highway | bicycle:backward | foot:backward | forw | backw | | highway | bicycle:backward | foot:backward | forw | backw |
| cycleway | designated | designated | | x | | cycleway | designated | designated | | x |
Scenario: Foot - Access combinations
Then routability should be
| highway | access | bothw |
| primary | permissive | x |
| steps | permissive | x |
| footway | permissive | x |
| garbagetag | permissive | x |