forked from MapComplete/MapComplete
Regenerate docs
This commit is contained in:
parent
679422e26c
commit
7b07141162
49 changed files with 1458 additions and 147 deletions
|
@ -90,16 +90,6 @@ This is rendered with `<strong>{name}</strong>`
|
|||
|
||||
|
||||
|
||||
### minimap
|
||||
|
||||
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### website
|
||||
|
||||
|
||||
|
@ -168,6 +158,8 @@ The question is **Is there a (unofficial) website with more informations (e.g. t
|
|||
This rendering asks information about the property [url](https://wiki.openstreetmap.org/wiki/Key:url)
|
||||
This is rendered with `<a href='{url}' target='_blank'>{url}</a>`
|
||||
|
||||
Only visible if `leisure!~^sports_centre$&sport=climbing` is shown
|
||||
|
||||
|
||||
|
||||
### Access from containing feature
|
||||
|
@ -187,6 +179,8 @@ _This tagrendering has no question and is thus read-only_
|
|||
- **Not accessible as stated by <a href='#{_embedding_feature:id}'>the containing feature</a>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:_embedding_feature:access' target='_blank'>_embedding_feature:access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_embedding_feature:access%3Dno' target='_blank'>no</a>
|
||||
|
||||
|
||||
Only visible if `_embedding_feature:access~^..*$` is shown
|
||||
|
||||
|
||||
|
||||
### Access
|
||||
|
@ -206,6 +200,8 @@ The question is **Who can access here?**
|
|||
- **Not accessible** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dno' target='_blank'>no</a>
|
||||
|
||||
|
||||
Only visible if `climbing!~^no$&sport=climbing|climbing:sport=yes&access~^..*$|` is shown
|
||||
|
||||
|
||||
|
||||
### Access description (without _embedding_feature:access:description)
|
||||
|
@ -228,6 +224,8 @@ The question is **What is the (average) length of the routes in meters?**
|
|||
This rendering asks information about the property [climbing:length](https://wiki.openstreetmap.org/wiki/Key:climbing:length)
|
||||
This is rendered with `The routes are <b>{canonical(climbing:length)}</b> long on average`
|
||||
|
||||
Only visible if `climbing!~^route$&climbing:toprope!~^no$&sport=climbing|climbing:sport=yes|climbing=traditional|climbing=gym` is shown
|
||||
|
||||
|
||||
|
||||
### Difficulty-min
|
||||
|
@ -239,6 +237,8 @@ The question is **What is the grade of the easiest route here, according to the
|
|||
This rendering asks information about the property [climbing:grade:french:min](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french:min)
|
||||
This is rendered with `The lowest grade is {climbing:grade:french:min} according to the french/belgian system`
|
||||
|
||||
Only visible if `climbing!~^route$&climbing:sport=yes|sport=climbing` is shown
|
||||
|
||||
|
||||
|
||||
### Difficulty-max
|
||||
|
@ -250,6 +250,8 @@ The question is **What is the highest grade route here, according to the french
|
|||
This rendering asks information about the property [climbing:grade:french:max](https://wiki.openstreetmap.org/wiki/Key: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
|
||||
|
||||
|
||||
|
||||
### Boldering?
|
||||
|
@ -268,6 +270,8 @@ The question is **Is bouldering possible here?**
|
|||
- **There are {climbing:boulder} boulder routes** corresponds with climbing:boulder~^..*$_This option cannot be chosen as answer_
|
||||
|
||||
|
||||
Only visible if `climbing:sport=yes|sport=climbing` is shown
|
||||
|
||||
|
||||
|
||||
### Toproping?
|
||||
|
@ -285,6 +289,8 @@ The question is **Is toprope climbing possible here?**
|
|||
- **There are {climbing:toprope} toprope routes** corresponds with climbing:toprope~^..*$_This option cannot be chosen as answer_
|
||||
|
||||
|
||||
Only visible if `climbing:sport=yes|sport=climbing` is shown
|
||||
|
||||
|
||||
|
||||
### Sportclimbing?
|
||||
|
@ -302,6 +308,8 @@ The question is **Is sport climbing possible here on fixed anchors?**
|
|||
- **There are {climbing:sport} sport climbing routes** corresponds with climbing:sport~^..*$_This option cannot be chosen as answer_
|
||||
|
||||
|
||||
Only visible if `climbing:sport=yes|sport=climbing` is shown
|
||||
|
||||
|
||||
|
||||
### Traditional climbing?
|
||||
|
@ -319,6 +327,8 @@ The question is **Is traditional climbing possible here (using own gear e.g. cho
|
|||
- **There are {climbing:traditional} traditional climbing routes** corresponds with climbing:traditional~^..*$_This option cannot be chosen as answer_
|
||||
|
||||
|
||||
Only visible if `climbing:sport=yes|sport=climbing` is shown
|
||||
|
||||
|
||||
|
||||
### Speed climbing?
|
||||
|
@ -334,6 +344,48 @@ The question is **Is there a speed climbing wall?**
|
|||
- **There is a speed climbing wall** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:climbing:speed' target='_blank'>climbing:speed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:speed%3Dyes' target='_blank'>yes</a>
|
||||
- **There is no speed climbing wall** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:climbing:speed' target='_blank'>climbing:speed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:speed%3Dno' target='_blank'>no</a>
|
||||
- **There are {climbing:speed} speed climbing walls** corresponds with climbing:speed~^..*$_This option cannot be chosen as answer_
|
||||
|
||||
|
||||
Only visible if `leisure=sports_centre&climbing:sport=yes|sport=climbing` is shown
|
||||
|
||||
|
||||
|
||||
### questions
|
||||
|
||||
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### reviews
|
||||
|
||||
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### questions
|
||||
|
||||
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### minimap
|
||||
|
||||
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
This document is autogenerated from [assets/themes/climbing/climbing.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/climbing/climbing.json)
|
Loading…
Add table
Add a link
Reference in a new issue