Fix spelling of access=customer_s_ and add to the restricted list way whitelisted highways
This commit is contained in:
committed by
Patrick Niklaus
parent
0770d8b8cf
commit
596890a0f4
+3
-2
@@ -75,7 +75,7 @@ local profile = {
|
||||
'forestry',
|
||||
'emergency',
|
||||
'psv',
|
||||
'customer',
|
||||
'customers',
|
||||
'private',
|
||||
'delivery',
|
||||
'destination'
|
||||
@@ -84,7 +84,8 @@ local profile = {
|
||||
restricted_access_tag_list = Set {
|
||||
'private',
|
||||
'delivery',
|
||||
'destination'
|
||||
'destination',
|
||||
'customers',
|
||||
},
|
||||
|
||||
access_tags_hierarchy = Sequence {
|
||||
|
||||
Reference in New Issue
Block a user