forked from MapComplete/MapComplete
Fix cyclestreet as "no cycleway"
This commit is contained in:
parent
b9aa1435cc
commit
91b0ed7987
1 changed files with 15 additions and 8 deletions
|
@ -227,14 +227,6 @@
|
|||
},
|
||||
"condition": "highway!=cycleway",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "cycleway=",
|
||||
"then": {
|
||||
"en": "There is no cycleway",
|
||||
"nl": "Er is geen fietspad"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": "cycleway=shared_lane",
|
||||
"then": {
|
||||
|
@ -262,6 +254,21 @@
|
|||
"en": "There is a seperately drawn cycleway",
|
||||
"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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue