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
|
@ -55,6 +55,9 @@ Available languages:
|
|||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
+ [images](#images)
|
||||
+ [name](#name)
|
||||
+ [ref](#ref)
|
||||
+ [ele](#ele)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
+ [move-button](#move-button)
|
||||
+ [delete-button](#delete-button)
|
||||
|
@ -102,7 +105,7 @@ _This tagrendering has no question and is thus read-only_
|
|||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
*{questions( ,)}*
|
||||
*{questions( ,hidden)}*
|
||||
|
||||
### lod
|
||||
|
||||
|
@ -169,7 +172,7 @@ _This tagrendering has no question and is thus read-only_
|
|||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
*{questions( ,)}*
|
||||
*{questions( ,hidden)}*
|
||||
|
||||
### lod
|
||||
|
||||
|
@ -205,15 +208,44 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## 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_
|
||||
*{image_carousel()}{image_upload()}*
|
||||
|
||||
### 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