Add 'overtaking:motor_vehicle=no' to cyclestreet preset

This commit is contained in:
Pieter Vander Vennet 2020-09-25 12:50:06 +02:00
parent 3da19f4343
commit 6bd669bdeb

View file

@ -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": {