Chore: regenerate docs

This commit is contained in:
Pieter Vander Vennet 2025-03-05 14:27:50 +01:00
parent 8327066a3c
commit eb6e025693
38 changed files with 2254 additions and 383 deletions

View file

@ -18,6 +18,7 @@ A layer showing kerbs.
- [images](#images)
- [kerb-type](#kerb-type)
- [tactile-paving](#tactile-paving)
- [tactile-paving-colour](#tactile-paving-colour)
- [kerb-height](#kerb-height)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
@ -51,6 +52,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
-----|-----|----- |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/kerb#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/kerb/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [kerb](https://wiki.openstreetmap.org/wiki/Key:kerb) | Multiple choice | [raised](https://wiki.openstreetmap.org/wiki/Tag:kerb%3Draised) [lowered](https://wiki.openstreetmap.org/wiki/Tag:kerb%3Dlowered) [flush](https://wiki.openstreetmap.org/wiki/Tag:kerb%3Dflush) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/tactile_paving#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/tactile_paving/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [tactile_paving](https://wiki.openstreetmap.org/wiki/Key:tactile_paving) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/tactile_paving:colour#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/tactile_paving%3Acolour/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [tactile_paving:colour](https://wiki.openstreetmap.org/wiki/Key:tactile_paving:colour) | [color](../SpecialInputElements.md#color) | [yellow](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving:colour%3Dyellow) [red](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving:colour%3Dred) [white](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving:colour%3Dwhite) [grey](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving:colour%3Dgrey) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/kerb:height#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/kerb%3Aheight/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [kerb:height](https://wiki.openstreetmap.org/wiki/Key:kerb:height) | [pnat](../SpecialInputElements.md#pnat) | [0](https://wiki.openstreetmap.org/wiki/Tag:kerb:height%3D0) |
### images
@ -76,10 +78,23 @@ The question is `Is there tactile paving at this kerb?`
- *This kerb has tactile paving.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving' target='_blank'>tactile_paving</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dyes' target='_blank'>yes</a>
- *This kerb does not have tactile paving.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving' target='_blank'>tactile_paving</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dno' target='_blank'>no</a>
- *This kerb has tactile paving, which has a contrasting colour to the surrounding pavement.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving' target='_blank'>tactile_paving</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dcontrasted' target='_blank'>contrasted</a>. _This option cannot be chosen as answer_
- *This kerb has tactile paving, but it is incorrect.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving' target='_blank'>tactile_paving</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dincorrect' target='_blank'>incorrect</a>. _This option cannot be chosen as answer_
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_geometry:type' target='_blank'>_geometry:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_geometry:type%3DPoint' target='_blank'>Point</a>
### tactile-paving-colour
The question is `What is the colour of the tactile paving?`
*The tactile paving is coloured {tactile_paving:colour}.* is shown if `tactile_paving:colour` is set
- *The tactile paving is yellow.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving:colour' target='_blank'>tactile_paving:colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving:colour%3Dyellow' target='_blank'>yellow</a>
- *The tactile paving is red.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving:colour' target='_blank'>tactile_paving:colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving:colour%3Dred' target='_blank'>red</a>
- *The tactile paving is white.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving:colour' target='_blank'>tactile_paving:colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving:colour%3Dwhite' target='_blank'>white</a>
- *The tactile paving is grey.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving:colour' target='_blank'>tactile_paving:colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving:colour%3Dgrey' target='_blank'>grey</a>
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_geometry:type' target='_blank'>_geometry:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_geometry:type%3DPoint' target='_blank'>Point</a> & tactile_paving!=no
### kerb-height
The question is `What is the height of this kerb?`