chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-08-13 23:06:38 +02:00
parent 9cd7ad597d
commit 69ab755f29
520 changed files with 16616 additions and 13483 deletions

View file

@ -15,7 +15,7 @@ The layer showing postboxes.
4. [Supported attributes](#supported-attributes)
5. [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
- [images](#images)
- [minimap](#minimap)
- [collection_times](#collection_times)
- [operator](#operator)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
@ -47,6 +47,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| attribute | type | values which are supported by this layer |
-----|-----|----- |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/collection_times#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/collection_times/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [collection_times](https://wiki.openstreetmap.org/wiki/Key:collection_times) | [points_in_time](../SpecialInputElements.md#points_in_time) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | |
## Featureview elements and TagRenderings
@ -54,8 +55,8 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| id | question | labels | freeform key |
-----|-----|-----|----- |
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
| [minimap](#minimap) | _{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }_ | | _Multiple choice only_ |
| [operator](#operator) | Who operates this postbox?<br/>_This postbox is operated by <b>{operator}</b>_ | | *[operator](https://wiki.osm.org/wiki/Key:operator)* ([string](../SpecialInputElements.md#string)) |
| [collection_times](#collection_times) | When is the mail collected?<br/>_<h3>Collection times</h3>{points_in_time(collection_times)}_ | | *[collection_times](https://wiki.osm.org/wiki/Key:collection_times)* ([points_in_time](../SpecialInputElements.md#points_in_time)) |
| [operator](#operator) <br/> _(Original in [questions](./BuiltinQuestions.md#operator))_ | Who operates this postbox?<br/>_This postbox is operated by <b>{operator}</b>_ | | *[operator](https://wiki.osm.org/wiki/Key:operator)* ([string](../SpecialInputElements.md#string)) |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
@ -68,10 +69,10 @@ _This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### minimap
_This tagrendering has no question and is thus read-only_
### collection_times
The question is `When is the mail collected?`
*{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }*
*<h3>Collection times</h3>{points_in_time(collection_times)}* is shown if `collection_times` is set.
### operator
The question is `Who operates this postbox?`