Chore: regen docs

This commit is contained in:
Pieter Vander Vennet 2025-04-05 02:18:45 +02:00
parent 17fd654f39
commit 602bf2300d
275 changed files with 4426 additions and 1434 deletions

View file

@ -9,8 +9,9 @@ The theme introduction reads:
This theme contains the following layers:
- [street_lamps](../Layers/street_lamps.md)
- [utility_pole](../Layers/utility_pole.md)
- [lit_streets (defined in this theme)](#lit_streets)
- [all_streets (defined in this theme)](#all_streets)
- [all_streets](../Layers/all_streets.md)
Available languages:
@ -44,14 +45,6 @@ Available languages:
+ [leftover-questions](#leftover-questions)
+ [split_button](#split_button)
+ [lod](#lod)
3. [all_streets](#all_streets)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [images](#images)
+ [lit](#lit)
+ [leftover-questions](#leftover-questions)
+ [split_button](#split_button)
+ [lod](#lod)
# Layers defined in this theme configuration file
These layers can not be reused in different themes.
@ -98,63 +91,7 @@ The question is `Is this street lit?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,)}*
### split_button
_This tagrendering has no question and is thus read-only_
*{split_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels
`added_by_default`
# all_streets
- This layer is shown at zoomlevel **18** and higher
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
No themes use this layer
## Basic tags for this layer
Elements must match **all** of the following expressions:
0. highway~.+
1. highway!=platform
2. service!=driveway
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22highway%22%5D%5B%22highway%22!%3D%22platform%22%5D%5B%22service%22!%3D%22driveway%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
## 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/lit#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/lit/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [lit](https://wiki.openstreetmap.org/wiki/Key:lit) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:lit%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:lit%3Dno) [24/7](https://wiki.openstreetmap.org/wiki/Tag:lit%3D24/7) |
### 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()}*
### lit
The question is `Is this street lit?`
- *This street is lit* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dyes' target='_blank'>yes</a>
- *This street is not lit* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dno' target='_blank'>no</a>
- *This street is lit at night* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dsunset-sunrise' target='_blank'>sunset-sunrise</a>. _This option cannot be chosen as answer_
- *This street is lit 24/7* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3D24/7' target='_blank'>24/7</a>
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,)}*
*{questions( ,hidden)}*
### split_button