Generate docs with filter explanations

This commit is contained in:
Pieter Vander Vennet 2022-12-06 03:41:27 +01:00
parent 59f596a6b6
commit e080f79f34
98 changed files with 3708 additions and 453 deletions

View file

@ -103,7 +103,7 @@ The question is What is the height of this kerb?
- This option cannot be chosen as answer
Only visible if `_geometry:type=Point` is shown
This tagrendering is only visible in the popup if the following condition is met: `_geometry:type=Point`
@ -123,7 +123,7 @@ The question is Is there tactile paving at this kerb?
- This option cannot be chosen as answer
Only visible if `_geometry:type=Point` is shown
This tagrendering is only visible in the popup if the following condition is met: `_geometry:type=Point`
@ -142,6 +142,34 @@ This is rendered with Kerb height: {kerb:height}
- This kerb is flush and is lower than 1cm. corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:kerb:height' target='_blank'>kerb:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kerb:height%3D0' target='_blank'>0</a>`
#### Filters
id | question | osmTags
---- | ---------- | ---------
kerb-type.0 | All types of kerbs (default) |
kerb-type.1 | Raised kerb (>3 cm) | kerb=raised
kerb-type.2 | Lowered kerb (~3 cm) | kerb=lowered
kerb-type.3 | Flush kerb (~0cm) | kerb=flush
kerb-type.4 | No kerb | kerb=no
kerb-type.5 | Kerb with unknown height |
id | question | osmTags
---- | ---------- | ---------
tactile_paving_advanced.0 | With or without tactile paving (default) |
tactile_paving_advanced.1 | With tactile paving | tactile_paving=yes
tactile_paving_advanced.2 | Without tactile paving | tactile_paving=no
tactile_paving_advanced.3 | No information about tactile paving |
This document is autogenerated from [assets/layers/kerbs/kerbs.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/kerbs/kerbs.json)