Add unclassified roads to restricted_highway_whitelist, #4631
This commit is contained in:
parent
c2a605a70d
commit
523be8f7e5
@ -161,6 +161,7 @@ Feature: Car - Restricted access
|
|||||||
| 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 | |
|
||||||
|
| unclassified | | | destination | destination | x | x | |
|
||||||
| residential | | yes | no | | | | |
|
| residential | | yes | no | | | | |
|
||||||
| motorway | yes | permissive | | private | x | | implied oneway |
|
| motorway | yes | permissive | | private | x | | implied oneway |
|
||||||
| trunk | agricultural | designated | permissive | no | | | |
|
| trunk | agricultural | designated | permissive | no | | | |
|
||||||
|
@ -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