diff --git a/assets/layers/climbing_gym/climbing_gym.json b/assets/layers/climbing_gym/climbing_gym.json index b0f0eeae0..e3fcc2622 100644 --- a/assets/layers/climbing_gym/climbing_gym.json +++ b/assets/layers/climbing_gym/climbing_gym.json @@ -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 not 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 not be rented here" + } + } + ] + }, "climbing.toprope", { "builtin": "climbing.average_length", @@ -171,4 +211,4 @@ } } ] -} \ No newline at end of file +}