forked from MapComplete/MapComplete
Themes(climbing): Add auto belay tags
I even documented these tags on the wiki! https://wiki.openstreetmap.org/wiki/Climbing#Climbing_gym_services_and_facilities
This commit is contained in:
parent
12f0ec98fb
commit
9b8235e51f
3 changed files with 167 additions and 0 deletions
|
@ -3042,6 +3042,40 @@
|
|||
},
|
||||
"question": "Is er een snelklimmuur (speed climbing)?"
|
||||
},
|
||||
"auto_belay_lead": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Er zijn geen autobelays voor voorklimmen"
|
||||
},
|
||||
"1": {
|
||||
"then": "Er zijn enkele autobelays voor voorklimmen"
|
||||
},
|
||||
"2": {
|
||||
"then": "Elke voorklimroute kan op autobelay geklommen worden"
|
||||
}
|
||||
},
|
||||
"question": "Zijn hier autobelays voor voorklimmen?",
|
||||
"render": "Er zijn {climbing:autobelay:sport} autobelays voor voorklimmen"
|
||||
},
|
||||
"auto_belay_toprope": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Er zijn geen autobelays voor toprope"
|
||||
},
|
||||
"1": {
|
||||
"then": "Er zijn enkele autobelays voor toprope"
|
||||
},
|
||||
"2": {
|
||||
"then": "Elke toproperoute kan op autobelay geklommen worden maar handmatig zekeren is ook mogelijk"
|
||||
},
|
||||
"3": {
|
||||
"then": "Toproperoutes kunnen enkel op autobelay geklommen worden"
|
||||
}
|
||||
},
|
||||
"question": "Zijn hier auto belays voor toprope?",
|
||||
"questionHint": "Autobelays die enkel voor speed zijn, tellen niet mee",
|
||||
"render": "Er zijn {climbing:autobelay:toprope} autobelaytoestellen voor toprope"
|
||||
},
|
||||
"belay_device_rental": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue