forked from MapComplete/MapComplete
Chore: regenerate docs
This commit is contained in:
parent
c65808bcd2
commit
4078b33a87
318 changed files with 80192 additions and 692 deletions
|
@ -16,6 +16,8 @@ This layer is loaded from an external source, namely
|
|||
1. [Themes using this layer](#themes-using-this-layer)
|
||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
3. [Supported attributes](#supported-attributes)
|
||||
4. [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
- [Nearby images](#nearby-images)
|
||||
- [conversation](#conversation)
|
||||
- [add_image](#add_image)
|
||||
- [comment](#comment)
|
||||
|
@ -25,7 +27,7 @@ This layer is loaded from an external source, namely
|
|||
- [report-note](#report-note)
|
||||
- [leftover-questions](#leftover-questions)
|
||||
- [lod](#lod)
|
||||
4. [Filters](#filters)
|
||||
5. [Filters](#filters)
|
||||
|
||||
## Themes using this layer
|
||||
|
||||
|
@ -40,6 +42,19 @@ Elements must match the expression **date_created~.+**
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [conversation](#conversation) | _{visualize_note_comments()}_ | | _Multiple choice only_ |
|
||||
| [add_image](#add_image) | _{add_image_to_note()}_ | | _Multiple choice only_ |
|
||||
| [comment](#comment) | _{add_note_comment()}_ | | _Multiple choice only_ |
|
||||
| [nearby-images](#nearby-images) | _<h3>Nearby images</h3>The pictures below are nearby geotagged images and might be helpful to handle this note.{nearby_images(open,yes)}_ | | _Multiple choice only_ |
|
||||
| [report-contributor](#report-contributor) | _<a href='https://www.openstreetmap.org/reports/new?reportable_id={_first_user_id}&reportable_type=User' target='_blank' class='subtle'>Report {_first_user} for spam or inappropriate messages</a>_ | | _Multiple choice only_ |
|
||||
| [report-note](#report-note) | _<a href='https://www.openstreetmap.org/reports/new?reportable_id={id}&reportable_type=Note' target='_blank'>Report this note as spam or inappropriate</a>_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### conversation
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue