Use service tag to penaltize alleys and forbid emergency access
This commit is contained in:
committed by
Moritz Kobitzsch
parent
6ff07f4e82
commit
315823cce1
@@ -19,6 +19,16 @@
|
||||
"value": "parking_aisle",
|
||||
"object_types": [ "way" ]
|
||||
},
|
||||
{
|
||||
"key": "service",
|
||||
"value": "alley",
|
||||
"object_types": [ "way" ]
|
||||
},
|
||||
{
|
||||
"key": "service",
|
||||
"value": "emergency_access",
|
||||
"object_types": [ "way" ]
|
||||
},
|
||||
{
|
||||
"key": "oneway",
|
||||
"value": "true",
|
||||
|
||||
Reference in New Issue
Block a user