Adds access=permissive
routability scenarios, see #3435.
This commit is contained in:
parent
ae835cc04f
commit
919386bdaf
@ -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 |
|
||||||
|
Loading…
Reference in New Issue
Block a user