forked from MapComplete/MapComplete
Themes: add question wether climbing ropes can be hired
This commit is contained in:
parent
23370336e8
commit
6425ad67e6
1 changed files with 23 additions and 0 deletions
|
@ -138,6 +138,29 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "rope_rental",
|
||||
"question": {
|
||||
"en": "Can one rent a climbing rope here?",
|
||||
"nl": "Kan een klimtouw hier gehuurd worden?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "service:rental:climbing_rope=yes",
|
||||
"then": {
|
||||
"en": "A climbing rope can be rented here",
|
||||
"nl": "Een klimtouw kan hier gehuurd worden"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "service:rental:climbing_rope=no",
|
||||
"then": {
|
||||
"en": "A climbing rope can <b>not</b> be rented here",
|
||||
"nl": "Hier kunnen <b>geen</b> klimtouwen gehuurd worden"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"climbing.toprope",
|
||||
{
|
||||
"builtin": "climbing.average_length",
|
||||
|
|
Loading…
Reference in a new issue