Add unclassified roads to restricted_highway_whitelist, #4631
This commit is contained in:
parent
c2a605a70d
commit
523be8f7e5
@ -157,15 +157,16 @@ Feature: Car - Restricted access
|
|||||||
|
|
||||||
Scenario: Car - Access combinations
|
Scenario: Car - Access combinations
|
||||||
Then routability should be
|
Then routability should be
|
||||||
| highway | access | vehicle | motor_vehicle | motorcar | forw | backw | # |
|
| highway | access | vehicle | motor_vehicle | motorcar | forw | backw | # |
|
||||||
| runway | private | | | permissive | x | x | |
|
| runway | private | | | permissive | x | x | |
|
||||||
| primary | forestry | | yes | | x | x | |
|
| primary | forestry | | yes | | x | x | |
|
||||||
| cycleway | | | designated | | x | x | |
|
| cycleway | | | designated | | x | x | |
|
||||||
| residential | | yes | no | | | | |
|
| unclassified | | | destination | destination | x | x | |
|
||||||
| motorway | yes | permissive | | private | x | | implied oneway |
|
| residential | | yes | no | | | | |
|
||||||
| trunk | agricultural | designated | permissive | no | | | |
|
| motorway | yes | permissive | | private | x | | implied oneway |
|
||||||
| pedestrian | | | | | | | |
|
| trunk | agricultural | designated | permissive | no | | | |
|
||||||
| pedestrian | | | | destination | | | temporary disabled #3773 |
|
| pedestrian | | | | | | | |
|
||||||
|
| pedestrian | | | | destination | | | temporary disabled #3773 |
|
||||||
|
|
||||||
Scenario: Car - Ignore access tags for other modes
|
Scenario: Car - Ignore access tags for other modes
|
||||||
Then routability should be
|
Then routability should be
|
||||||
|
@ -161,6 +161,7 @@ function setup()
|
|||||||
'tertiary_link',
|
'tertiary_link',
|
||||||
'residential',
|
'residential',
|
||||||
'living_street',
|
'living_street',
|
||||||
|
'unclassified'
|
||||||
},
|
},
|
||||||
|
|
||||||
construction_whitelist = Set {
|
construction_whitelist = Set {
|
||||||
|
Loading…
Reference in New Issue
Block a user