forked from MapComplete/MapComplete
Themes(guideposts): add boat=yes
and canoe=yes
, fix #2535
This commit is contained in:
parent
ffdb295019
commit
b4ac97e1f9
1 changed files with 22 additions and 0 deletions
|
@ -204,6 +204,28 @@
|
||||||
"cs": "Rozcestník ukazuje trasy pro zimní pěší turistiku",
|
"cs": "Rozcestník ukazuje trasy pro zimní pěší turistiku",
|
||||||
"nl": "Deze wegwijzer toont winterwandelroutes"
|
"nl": "Deze wegwijzer toont winterwandelroutes"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "boat=yes",
|
||||||
|
"ifnot": "boat=",
|
||||||
|
"alsoShowIf": "guidepost~.*boat.*",
|
||||||
|
"addExtraTags": [
|
||||||
|
"guidepost="
|
||||||
|
],
|
||||||
|
"then": {
|
||||||
|
"en": "This guidepost shows boating routes"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "canoe=yes",
|
||||||
|
"ifnot": "canoe=",
|
||||||
|
"alsoShowIf": "guidepost~.*canoe.*",
|
||||||
|
"addExtraTags": [
|
||||||
|
"guidepost="
|
||||||
|
],
|
||||||
|
"then": {
|
||||||
|
"en": "This guidepost shows peddling routes"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"multiAnswer": true
|
"multiAnswer": true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue