forked from MapComplete/MapComplete
Chore: regen docs
This commit is contained in:
parent
17fd654f39
commit
602bf2300d
275 changed files with 4426 additions and 1434 deletions
|
@ -14,6 +14,9 @@ Guideposts (also known as fingerposts or finger posts) are often found along off
|
|||
4. [Supported attributes](#supported-attributes)
|
||||
- [images](#images)
|
||||
- [type](#type)
|
||||
- [name](#name)
|
||||
- [ref](#ref)
|
||||
- [ele](#ele)
|
||||
- [leftover-questions](#leftover-questions)
|
||||
- [move-button](#move-button)
|
||||
- [delete-button](#delete-button)
|
||||
|
@ -41,6 +44,14 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/ref#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/ref/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/ele#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/ele/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [ele](https://wiki.openstreetmap.org/wiki/Key:ele) | [float](../SpecialInputElements.md#float) | |
|
||||
|
||||
### images
|
||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -56,10 +67,31 @@ The question is `What kind of routes are shown on this guidepost?`
|
|||
- *This guidepost shows horse riding routes* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:horse' target='_blank'>horse</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:horse%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add horse=
|
||||
- *This guidepost shows ski routes* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:ski' target='_blank'>ski</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:ski%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add ski=
|
||||
|
||||
### name
|
||||
|
||||
The question is `What is the name noted on this guidepost?`
|
||||
*Name noted on the guidepost: {name}* is shown if `name` is set
|
||||
|
||||
- *There is no name noted on this guidepost* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>
|
||||
|
||||
### ref
|
||||
|
||||
The question is `What is the reference number of this guidepost?`
|
||||
*Reference number of the guidepost: {ref}* is shown if `ref` is set
|
||||
|
||||
- *There is no reference number noted on this guidepost* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noref' target='_blank'>noref</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noref%3Dyes' target='_blank'>yes</a>
|
||||
|
||||
### ele
|
||||
|
||||
The question is `What is the elevation noted on this guidepost?`
|
||||
*Elevation noted on the guidepost: {ele} m* is shown if `ele` is set
|
||||
|
||||
- *There is no elevation noted on this guidepost* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noele' target='_blank'>noele</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noele%3Dyes' target='_blank'>yes</a>
|
||||
|
||||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
*{questions( ,)}*
|
||||
*{questions( ,hidden)}*
|
||||
|
||||
### move-button
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue