Fix cyclestreet as "no cycleway"

This commit is contained in:
Arno Deceuninck 2021-07-08 14:31:58 +02:00
parent b9aa1435cc
commit 91b0ed7987

View file

@ -227,14 +227,6 @@
}, },
"condition": "highway!=cycleway", "condition": "highway!=cycleway",
"mappings": [ "mappings": [
{
"if": "cycleway=",
"then": {
"en": "There is no cycleway",
"nl": "Er is geen fietspad"
},
"hideInAnswer": true
},
{ {
"if": "cycleway=shared_lane", "if": "cycleway=shared_lane",
"then": { "then": {
@ -262,6 +254,21 @@
"en": "There is a seperately drawn cycleway", "en": "There is a seperately drawn cycleway",
"nl": "Er is een apart getekend fietspad." "nl": "Er is een apart getekend fietspad."
} }
},
{
"if": "cyclestreet=yes",
"then": {
"nl": "Dit is een fietsstraat.",
"en": "This is a cyclestreet."
}
},
{
"if": "cycleway=",
"then": {
"en": "There is no cycleway",
"nl": "Er is geen fietspad"
},
"hideInAnswer": true
} }
], ],
"render": { "render": {