Use service tag to penaltize alleys and forbid emergency access

This commit is contained in:
Patrick Niklaus
2016-08-24 11:40:57 +02:00
committed by Moritz Kobitzsch
parent 6ff07f4e82
commit 315823cce1
3 changed files with 47 additions and 5 deletions
+10
View File
@@ -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",