forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
16e8cdda59
commit
867cb4dcfb
67 changed files with 599 additions and 309 deletions
|
@ -97,6 +97,8 @@ The question is *What type of recycling is this?*
|
|||
- *This is a recycling container* corresponds with `recycling_type=container`
|
||||
- *This is a recycling centre* corresponds with `recycling_type=centre`
|
||||
- *Waste disposal container for residual waste* corresponds with `amenity=waste_disposal`
|
||||
- *This is a pickup point. The waste material is placed here without placing it in a dedicated container.* corresponds with `recycling_type=pickup_point`
|
||||
- *This is a dump where the waste material is stacked.* corresponds with `recycling_type=dump`
|
||||
|
||||
|
||||
|
||||
|
@ -201,6 +203,8 @@ The question is *What can be recycled here?*
|
|||
- Unselecting this answer will add
|
||||
- *Residual waste can be recycled here* corresponds with `recycling:waste=yes`
|
||||
- Unselecting this answer will add
|
||||
- *Bicycles can be recycled here* corresponds with `recycling:bicycles=yes`
|
||||
- Unselecting this answer will add
|
||||
|
||||
|
||||
|
||||
|
@ -333,7 +337,7 @@ This is rendered with `This recycling facility can be used by {access}`
|
|||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
open_now.0 | Opened now | _isOpen=yes
|
||||
open_now.0 | Open now | _isOpen=yes
|
||||
|
||||
|
||||
|
||||
|
@ -357,10 +361,11 @@ recyclingType.13 | Recycling of paper | recycling:paper=yes
|
|||
recyclingType.14 | Recycling of plastic bottles | recycling:plastic_bottles=yes
|
||||
recyclingType.15 | Recycling of plastic packaging | recycling:plastic_packaging=yes
|
||||
recyclingType.16 | Recycling of plastic | recycling:plastic=yes
|
||||
recyclingType.17 | Recycling of scrap metal | recycling:printer_cartridges=yes
|
||||
recyclingType.18 | Recycling of small electrical appliances | recycling:scrap_metal=yes
|
||||
recyclingType.19 | Recycling of residual waste | recycling:small_appliances=yes\|recycling:small_electrical_appliances=yes
|
||||
recyclingType.20 | Recycling of residual waste | recycling:waste=yes
|
||||
recyclingType.17 | Recycling of scrap metal | recycling:scrap_metal=yes
|
||||
recyclingType.18 | Recycling of small electrical appliances | recycling:small_appliances=yes\|recycling:small_electrical_appliances=yes
|
||||
recyclingType.19 | Recycling of residual waste | recycling:waste=yes
|
||||
recyclingType.20 | Recycling of printer cartridges | recycling:printer_cartridges=yes
|
||||
recyclingType.21 | Recycling of bicycles | recycling:bicycles=yes
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue