Add permit awareness, remove incorrect 'cycleway-right' restriction

This commit is contained in:
Pieter Vander Vennet 2020-07-23 22:04:05 +02:00
parent 23b5436efc
commit 4e988198e5

View file

@ -10,9 +10,6 @@
"anyways:construction",
"bicycle",
"access",
"cycleway:right",
"cycleway:left",
"cycleway",
"service",
"highway"
],
@ -25,7 +22,8 @@
"permissive": "permissive",
"destination": "destination",
"delivery": "destination",
"service": "destination"
"service": "destination",
"permit": "destination"
},
"highway": {
"cycleway": "designated",
@ -38,6 +36,7 @@
"footway": "dismount",
"pedestrian": "dismount",
"corridor": "dismount",
"construction": "dismount",
"path": "yes",
"primary": "yes",
"primary_link": "yes",
@ -62,17 +61,10 @@
"permissive": "permissive",
"private": "private",
"official": "designated",
"dismount": "dismount"
},
"cycleway:right": {
"$not": "no"
},
"cycleway:left": {
"$not": "no"
},
"cycleway": {
"$not": "no"
"dismount": "dismount",
"permit": "destination"
},
"anyways:bicycle": "$id",
"anyways:access": {
"no": "no",
@ -84,4 +76,4 @@
}
}
}
}
}