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
|
@ -166,7 +166,7 @@ This is rendered with The fee is {toilets:charge}
|
|||
|
||||
|
||||
|
||||
Only visible if `toilets:fee=yes` is shown
|
||||
This tagrendering is only visible in the popup if the following condition is met: `toilets:fee=yes`
|
||||
|
||||
|
||||
|
||||
|
@ -213,7 +213,7 @@ This is rendered with The door to the wheelchair-accessible toilet is {canonica
|
|||
|
||||
|
||||
|
||||
Only visible if `toilets:wheelchair=yes|toilets:wheelchair=designated` is shown
|
||||
This tagrendering is only visible in the popup if the following condition is met: `toilets:wheelchair=yes|toilets:wheelchair=designated`
|
||||
|
||||
|
||||
|
||||
|
@ -271,7 +271,7 @@ This is rendered with The changing table is located at {changing_table:location
|
|||
- The changing table is in a dedicated room. corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Ddedicated_room' target='_blank'>dedicated_room</a>`
|
||||
|
||||
|
||||
Only visible if `changing_table=yes` is shown
|
||||
This tagrendering is only visible in the popup if the following condition is met: `changing_table=yes`
|
||||
|
||||
|
||||
|
||||
|
@ -317,6 +317,40 @@ This rendering asks information about the property [toilets:description](https:
|
|||
|
||||
This is rendered with {toilets:description}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#### Filters
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
wheelchair.0 | Wheelchair accessible | toilets:wheelchair=yes\|toilets:wheelchair=designated
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
changing_table.0 | Has a changing table | changing_table=yes
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
free.0 | Free to use | toilets:fee=no\|toilets:fee=0|toilets:charge=0
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
open_now.0 | Opened now | _isOpen=yes
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/toilet_at_amenity/toilet_at_amenity.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/toilet_at_amenity/toilet_at_amenity.json)
|
Loading…
Add table
Add a link
Reference in a new issue