Add permit awareness, remove incorrect 'cycleway-right' restriction
This commit is contained in:
parent
23b5436efc
commit
4e988198e5
1 changed files with 7 additions and 15 deletions
|
@ -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 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue