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": [
|
||||
"cyclestreet=yes",
|
||||
"maxspeed=30",
|
||||
"overtaking:motor_vehicle=no",
|
||||
"proposed:cyclestreet="
|
||||
]
|
||||
},
|
||||
|
@ -64,7 +65,8 @@
|
|||
"if": {
|
||||
"and": [
|
||||
"cyclestreet=",
|
||||
"proposed:cyclestreet="
|
||||
"proposed:cyclestreet=",
|
||||
"overtaking:motor_vehicle="
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
|
|
Loading…
Reference in a new issue