10 KiB
climbing
A dummy layer which contains tagrenderings, shared among the climbing layers
- This layer is shown at zoomlevel 25 and higher
- This layer cannot be toggled in the filter view. If you import this layer in your theme, override
title
to make this toggleable. - Not visible in the layer selection by default. If you want to make this layer toggable, override
name
- Not rendered on the map by default. If you want to rendering this on the map, override
mapRenderings
Basic tags for this layer
Elements must have the all of following tags to be shown on this layer:
Supported attributes
Warning:
this quick overview is incomplete
attribute | type | values which are supported by this layer |
---|---|---|
url | url | |
climbing:length | pfloat | |
climbing:grade:french:min | string | |
climbing:grade:french:max | string | |
climbing:boulder | Multiple choice | yes no limited |
climbing:toprope | Multiple choice | yes no |
climbing:sport | Multiple choice | yes no |
climbing:traditional | Multiple choice | yes no |
climbing:bolts:max | pnat | |
charge | string |
website
The question is Is there a (unofficial) website with more informations (e.g. topos)?
This rendering asks information about the property url
This is rendered with {url}
Only visible if leisure!~^sports_centre$&sport=climbing
is shown
average_length
The question is What is the (average) length of the routes in meters?
This rendering asks information about the property climbing:length
This is rendered with The routes are {canonical(climbing:length)} long on average
min_difficulty
The question is What is the grade of the easiest route here, according to the french classification system?
This rendering asks information about the property climbing:grade:french:min
This is rendered with The lowest grade is {climbing:grade:french:min} according to the french/belgian system
max_difficulty
The question is What is the highest grade route here, according to the french classification system?
This rendering asks information about the property climbing:grade:french:max
This is rendered with The highest grade is {climbing:grade:french:max} according to the french/belgian system
Only visible if climbing!~^route$&climbing:sport=yes|sport=climbing
is shown
bouldering
The question is Is bouldering possible here?
- Bouldering is possible here corresponds with climbing:boulder=yes
- Bouldering is not possible here corresponds with climbing:boulder=no
- Bouldering is possible, allthough there are only a few routes corresponds with climbing:boulder=limited
- There are {climbing:boulder} boulder routes corresponds with climbing:boulder~^..*$
- This option cannot be chosen as answer
toprope
The question is Is toprope climbing possible here?
- Toprope climbing is possible here corresponds with climbing:toprope=yes
- Toprope climbing is not possible here corresponds with climbing:toprope=no
- There are {climbing:toprope} toprope routes corresponds with climbing:toprope~^..*$
- This option cannot be chosen as answer
sportclimbing
The question is Is sport climbing possible here on fixed anchors?
- Sport climbing is possible here corresponds with climbing:sport=yes
- Sport climbing is not possible here corresponds with climbing:sport=no
- There are {climbing:sport} sport climbing routes corresponds with climbing:sport~^..*$
- This option cannot be chosen as answer
trad_climbing
The question is Is traditional climbing possible here (using own gear e.g. chocks)?
- Traditional climbing is possible here corresponds with climbing:traditional=yes
- Traditional climbing is not possible here corresponds with climbing:traditional=no
- There are {climbing:traditional} traditional climbing routes corresponds with climbing:traditional~^..*$
- This option cannot be chosen as answer
max_bolts
The question is How many bolts do routes in {title()} have at most?
This rendering asks information about the property climbing:bolts:max
This is rendered with The sport climbing routes here have at most {climbing:bolts:max} bolts.
fee
The question is Is a fee required to climb here?
This rendering asks information about the property charge
This is rendered with A fee of {charge} should be paid for climbing here
- Climbing here is free of charge corresponds with fee=no
- Paying a fee is required to climb here corresponds with fee=yes
This document is autogenerated from assets/layers/climbing/climbing.json