Add 'overtaking:motor_vehicle=no' to cyclestreet preset
This commit is contained in:
parent
3da19f4343
commit
6bd669bdeb
1 changed files with 3 additions and 1 deletions
|
@ -30,6 +30,7 @@
|
||||||
"and": [
|
"and": [
|
||||||
"cyclestreet=yes",
|
"cyclestreet=yes",
|
||||||
"maxspeed=30",
|
"maxspeed=30",
|
||||||
|
"overtaking:motor_vehicle=no",
|
||||||
"proposed:cyclestreet="
|
"proposed:cyclestreet="
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -64,7 +65,8 @@
|
||||||
"if": {
|
"if": {
|
||||||
"and": [
|
"and": [
|
||||||
"cyclestreet=",
|
"cyclestreet=",
|
||||||
"proposed:cyclestreet="
|
"proposed:cyclestreet=",
|
||||||
|
"overtaking:motor_vehicle="
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"then": {
|
"then": {
|
||||||
|
|
Loading…
Reference in a new issue