forked from MapComplete/MapComplete
Generate docs with filter explanations
This commit is contained in:
parent
59f596a6b6
commit
e080f79f34
98 changed files with 3708 additions and 453 deletions
|
@ -167,7 +167,7 @@ The question is Are dogs allowed in this nature reserve?
|
|||
- Dogs are allowed to roam freely corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes' target='_blank'>yes</a>`
|
||||
|
||||
|
||||
Only visible if `access=yes|access=permissive|access=guided` is shown
|
||||
This tagrendering is only visible in the popup if the following condition is met: `access=yes|access=permissive|access=guided`
|
||||
|
||||
|
||||
|
||||
|
@ -291,6 +291,28 @@ This is rendered with {wikipedia():max-height:25rem}
|
|||
- This option cannot be chosen as answer
|
||||
- No Wikipedia page has been linked yet corresponds with ``
|
||||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
|
||||
|
||||
#### Filters
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
access.0 | Freely accesible | access=yes
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
dogs.0 | All nature reserves (default) |
|
||||
dogs.1 | Dogs are allowed to roam freely | dog=yes
|
||||
dogs.2 | Dogs are allowed if they are leashed | dog=yes\|dog=leashed
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/nature_reserve/nature_reserve.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/nature_reserve/nature_reserve.json)
|
Loading…
Add table
Add a link
Reference in a new issue