forked from MapComplete/MapComplete
Add rental of shoes and climbing harnesses to the climbing gyms
This commit is contained in:
parent
629fc8dca8
commit
730efe124b
1 changed files with 41 additions and 1 deletions
|
@ -77,6 +77,46 @@
|
|||
"builtin": "climbing.fee"
|
||||
},
|
||||
"opening_hours",
|
||||
{
|
||||
"id": "shoe_rental",
|
||||
"question": {
|
||||
"en": "Can one rent climbing shoes here?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "service:rental:climbing_shoes=yes",
|
||||
"then": {
|
||||
"en": "Climbing shoes can be rented here"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "service:rental:climbing_shoes=no",
|
||||
"then": {
|
||||
"en": "Climbing shoes can <b>not</b> be rented here"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "harness_rental",
|
||||
"question": {
|
||||
"en": "Can one rent a climbing harness here?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "service:rental:climbing_harness=yes",
|
||||
"then": {
|
||||
"en": "A climbing harness can be rented here"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "service:rental:climbing_harness=no",
|
||||
"then": {
|
||||
"en": "A climbing harness can <b>not</b> be rented here"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"climbing.toprope",
|
||||
{
|
||||
"builtin": "climbing.average_length",
|
||||
|
@ -171,4 +211,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue