Fix spelling of access=customer_s_ and add to the restricted list way whitelisted highways
This commit is contained in:
parent
0770d8b8cf
commit
596890a0f4
@ -292,14 +292,15 @@ Feature: Car - Restricted access
|
|||||||
| service | private | |
|
| service | private | |
|
||||||
| cycleway | private | |
|
| cycleway | private | |
|
||||||
| track | private | |
|
| track | private | |
|
||||||
|
| footway | customers | |
|
||||||
|
|
||||||
Scenario: Car - Access blacklist
|
Scenario: Car - Access blacklist
|
||||||
Then routability should be
|
Then routability should be
|
||||||
| highway | access | bothw |
|
| highway | access | bothw |
|
||||||
| primary | | x |
|
| primary | | x |
|
||||||
| primary | customer | |
|
|
||||||
| primary | emergency | |
|
| primary | emergency | |
|
||||||
| primary | forestry | |
|
| primary | forestry | |
|
||||||
| primary | agricultural | |
|
| primary | agricultural | |
|
||||||
| primary | psv | |
|
| primary | psv | |
|
||||||
| primary | no | |
|
| primary | no | |
|
||||||
|
| primary | customers | x |
|
||||||
|
@ -75,7 +75,7 @@ local profile = {
|
|||||||
'forestry',
|
'forestry',
|
||||||
'emergency',
|
'emergency',
|
||||||
'psv',
|
'psv',
|
||||||
'customer',
|
'customers',
|
||||||
'private',
|
'private',
|
||||||
'delivery',
|
'delivery',
|
||||||
'destination'
|
'destination'
|
||||||
@ -84,7 +84,8 @@ local profile = {
|
|||||||
restricted_access_tag_list = Set {
|
restricted_access_tag_list = Set {
|
||||||
'private',
|
'private',
|
||||||
'delivery',
|
'delivery',
|
||||||
'destination'
|
'destination',
|
||||||
|
'customers',
|
||||||
},
|
},
|
||||||
|
|
||||||
access_tags_hierarchy = Sequence {
|
access_tags_hierarchy = Sequence {
|
||||||
|
Loading…
Reference in New Issue
Block a user