Add access=permissive check for all profiles
This commit is contained in:
parent
919386bdaf
commit
aa3f208032
@ -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 |
|
||||||
|
|
||||||
|
@ -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 |
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user