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
|
@ -117,7 +117,7 @@ This is rendered with This recycling centre is named <b>{name}</b>
|
|||
- This recycling centre doesn't have a specific name corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>`
|
||||
|
||||
|
||||
Only visible if `recycling_type=centre` is shown
|
||||
This tagrendering is only visible in the popup if the following condition is met: `recycling_type=centre`
|
||||
|
||||
|
||||
|
||||
|
@ -136,7 +136,7 @@ The question is Where is this container located?
|
|||
- This container is located outdoors corresponds with ``
|
||||
|
||||
|
||||
Only visible if `recycling_type=container` is shown
|
||||
This tagrendering is only visible in the popup if the following condition is met: `recycling_type=container`
|
||||
|
||||
|
||||
|
||||
|
@ -230,7 +230,7 @@ This is rendered with <a href='{website}' target='_blank'>{website}</a>
|
|||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
Only visible if `recycling_type=centre` is shown
|
||||
This tagrendering is only visible in the popup if the following condition is met: `recycling_type=centre`
|
||||
|
||||
|
||||
|
||||
|
@ -252,7 +252,7 @@ This is rendered with <a href='mailto:{email}' target='_blank'>{email}</a>
|
|||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
Only visible if `recycling_type=centre` is shown
|
||||
This tagrendering is only visible in the popup if the following condition is met: `recycling_type=centre`
|
||||
|
||||
|
||||
|
||||
|
@ -274,7 +274,7 @@ This is rendered with <a href='tel:{phone}'>{phone}</a>
|
|||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
Only visible if `recycling_type=centre` is shown
|
||||
This tagrendering is only visible in the popup if the following condition is met: `recycling_type=centre`
|
||||
|
||||
|
||||
|
||||
|
@ -293,6 +293,43 @@ This is rendered with <h3>Opening hours</h3>{opening_hours_table(opening_hours)
|
|||
|
||||
|
||||
- 24/7 opened (including holidays) corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>`
|
||||
|
||||
|
||||
|
||||
|
||||
#### Filters
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
open_now.0 | Opened now | _isOpen=yes
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
recyclingType.0 | All recycling types (default) |
|
||||
recyclingType.1 | Recycling of batteries | recycling:batteries=yes
|
||||
recyclingType.2 | Recycling of beverage cartons | recycling:beverage_cartons=yes
|
||||
recyclingType.3 | Recycling of cans | recycling:cans=yes
|
||||
recyclingType.4 | Recycling of clothes | recycling:clothes=yes
|
||||
recyclingType.5 | Recycling of cooking oil | recycling:cooking_oil=yes
|
||||
recyclingType.6 | Recycling of engine oil | recycling:engine_oil=yes
|
||||
recyclingType.7 | Recycling of green waste | recycling:green_waste=yes\|recycling:organic=yes
|
||||
recyclingType.8 | Recycling of glass bottles | recycling:glass_bottles=yes
|
||||
recyclingType.9 | Recycling of glass | recycling:glass=yes
|
||||
recyclingType.10 | Recycling of newspapers | recycling:newspaper=yes
|
||||
recyclingType.11 | Recycling of paper | recycling:paper=yes
|
||||
recyclingType.12 | Recycling of plastic bottles | recycling:plastic_bottles=yes
|
||||
recyclingType.13 | Recycling of plastic packaging | recycling:plastic_packaging=yes
|
||||
recyclingType.14 | Recycling of plastic | recycling:plastic=yes
|
||||
recyclingType.15 | Recycling of scrap metal | recycling:scrap_metal=yes
|
||||
recyclingType.16 | Recycling of small electrical appliances | recycling:small_appliances=yes\|recycling:small_electrical_appliances=yes
|
||||
recyclingType.17 | Recycling of residual waste | recycling:waste=yes
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/recycling/recycling.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/recycling/recycling.json)
|
Loading…
Add table
Add a link
Reference in a new issue