forked from MapComplete/MapComplete
Some tweaks to climbing theme, fix #2033
This commit is contained in:
parent
6a8d2ba907
commit
a75b9aaadd
2 changed files with 42 additions and 3 deletions
|
@ -2808,6 +2808,43 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "shower",
|
||||
"question": {
|
||||
"en": "Does this facility offer showers?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "shower=hot",
|
||||
"icon": "./assets/layers/shower/shower.svg",
|
||||
"then": {
|
||||
"en": "This facility does have showers with warm water"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "shower=cold",
|
||||
"icon": "./assets/layers/shower/shower.svg",
|
||||
"then": {
|
||||
"en": "This facility does have showers, but the water is not heated"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "shower=yes",
|
||||
"icon": "./assets/layers/shower/shower.svg",
|
||||
"then": {
|
||||
"en": "This facility does have showers"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"if": "shower=no",
|
||||
"icon": "invalid;./assets/layers/shower/shower.svg",
|
||||
"then": {
|
||||
"en": "This facility does not offer a shower"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue