{
  "id": "recycling",
  "name": {
    "en": "Recycling",
    "nl": "Recycling"
  },
  "description": {
    "en": "A layer with recycling containers and centres",
    "nl": "Een laag met recyclagingcontainers en -centrums"
  },
  "source": {
    "osmTags": "amenity=recycling"
  },
  "minzoom": 12,
  "title": {
    "render": {
      "en": "Recycling facility",
      "nl": "Recyclingfaciliteit"
    }
  },
  "mapRendering": [
    {
      "location": [
        "point",
        "centroid"
      ],
      "icon": "./assets/layers/recycling/recycling-14.svg"
    }
  ],
  "presets": [
    {
      "title": {
        "en": "recycling container",
        "nl": "recycling container"
      },
      "tags": [
        "amenity=recycling",
        "recycling_type=container"
      ]
    },
    {
      "title": {
        "en": "recycling centre",
        "nl": "recycling centre"
      },
      "tags": [
        "amenity=recycling",
        "recycling_type=centre"
      ]
    }
  ],
  "tagRenderings": [
    {
      "id": "recycling-type",
      "question": {
        "en": "What type of recycling is this?",
        "nl": "Wat voor soort recycling is dit?"
      },
      "mappings": [
        {
          "if": "recycling_type=container",
          "then": {
            "en": "This is a recycling container",
            "nl": "Dit is een recyclingcontainer"
          }
        },
        {
          "if": "recycling_type=centre",
          "then": {
            "en": "This is a recycling centre",
            "nl": "Dit is een recyclingcentrum"
          }
        }
      ]
    },
    {
      "id": "container-location",
      "question": {
        "en": "Where is this container located?",
        "nl": "Waar bevindt deze container zich?"
      },
      "condition": "recycling_type=container",
      "mappings": [
        {
          "if": "location=underground",
          "then": {
            "en": "This is an underground container",
            "nl": "Dit is een ondergrondse container"
          }
        },
        {
          "if": "location=indoor",
          "then": {
            "en": "This container is located indoors",
            "nl": "Deze container bevindt binnen"
          }
        },
        {
          "if": "location=",
          "then": {
            "en": "This container is located outdoors",
            "nl": "Deze container is buiten"
          }
        }
      ]
    },
    {
      "id": "recycling-accepts",
      "question": {
        "en": "What can be recycled here?",
        "nl": "Wat kan hier gerecycled worden?"
      },
      "multiAnswer": true,
      "mappings": [
        {
          "if": "recycling:batteries=yes",
          "ifnot": "recycling:batteries=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/batteries.svg'/> Batteries can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/batteries.svg'/> Batterijen kunnen hier gerecycled worden</div>"
          }
        },
        {
          "if": "recycling:beverage_cartons=yes",
          "ifnot": "recycling:beverage_cartons=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/beverage_cartons.svg'/> Beverage cartons can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/beverage_cartons.svg'/> Drankpakken kunnen hier gerecycled worden</div>"
          }
        },
        {
          "if": "recycling:cans=yes",
          "ifnot": "recycling:cans=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/cans.svg'/> Cans can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/cans.svg'/> Blikken kunnen hier gerecycled worden</div>"
          }
        },
        {
          "if": "recycling:clothes=yes",
          "ifnot": "recycling:clothes=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/clothes.svg'/> Clothes can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/clothes.svg'/> Kleren kunnen hier gerecycled worden</div>"
          }
        },
        {
          "if": "recycling:cooking_oil=yes",
          "ifnot": "recycling:cooking_oil=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/cooking_oil.svg'/> Cooking oil can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/cooking_oil.svg'/> Frituurvet kan hier gerecycled worden</div>"
          }
        },
        {
          "if": "recycling:engine_oil=yes",
          "ifnot": "recycling:engine_oil=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/engine_oil.svg'/> Engine oil can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/engine_oil.svg'/> Motorolie kan hier gerecycled worden</div>"
          }
        },
        {
          "if": "recycling:green_waste=yes",
          "ifnot": "recycling:green_waste=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/garden_waste.svg'/> Green waste can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/garden_waste.svg'/> Groen afval kan hier gerecycled worden</div>"
          }
        },
        {
          "if": "recycling:glass_bottles=yes",
          "ifnot": "recycling:glass_bottles=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/glass_bottles.svg'/> Glass bottles can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/glass_bottles.svg'/> Glazen flessen kunnen hier gerecycled worden</div>"
          }
        },
        {
          "if": "recycling:glass=yes",
          "ifnot": "recycling:glass=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/glass.svg'/> Glass can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/glass.svg'/> Glas kan hier gerecycled worden</div>"
          }
        },
        {
          "if": "recycling:newspaper=yes",
          "ifnot": "recycling:newspaper=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/newspaper.svg'/> Newspapers can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/newspaper.svg'/> Kranten kunnen hier gerecycled worden</div>"
          }
        },
        {
          "if": "recycling:paper=yes",
          "ifnot": "recycling:paper=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/paper.svg'/> Paper can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/paper.svg'/> Papier kan hier gerecycled worden</div>"
          }
        },
        {
          "if": "recycling:plastic_bottles=yes",
          "ifnot": "recycling:plastic_bottles=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/plastic_bottles.svg'/> Plastic bottles can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/plastic_bottles.svg'/> Plastic flessen kunnen hier gerecycled worden</div>"
          }
        },
        {
          "if": "recycling:plastic_packaging=yes",
          "ifnot": "recycling:plastic_packaging=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/plastic_packaging.svg'/> Plastic packaging can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/plastic_packaging.svg'/> Plastic verpakking kan hier gerecycled worden</div>"
          }
        },
        {
          "if": "recylcing:plastic=yes",
          "ifnot": "recycling:plastic=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/plastic.svg'/> Plastic can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/plastic.svg'/> Plastic kan hier gerecycled worden</div>"
          }
        },
        {
          "if": "recycling:scrap_metal=yes",
          "ifnot": "recycling:scrap_metal=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/scrap_metal.svg'/> Scrap metal can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/scrap_metal.svg'/> Oud metaal kan hier gerecycled worden</div>"
          }
        },
        {
          "if": "recycling:shoes=yes",
          "ifnot": "recycling:shoes=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/shoes.svg'/> Shoes can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/shoes.svg'/> Schoenen kunnen hier gerecycled worden</div>"
          }
        },
        {
          "if": "recycling:small_electrical_appliances=yes",
          "ifnot": "recycling:small_electrical_appliances=",
          "then": {
            "en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/small_electrical_appliances.svg'/> Small electrical appliances can be recycled here</div>",
            "nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/small_electrical_appliances.svg'/> Kleine elektronische apparaten kunnen hier gerecycled worden</div>"
          }
        }
      ]
    },
    {
      "id": "operator",
      "render": {
        "en": "This recycling facility is operated by {operator}",
        "nl": "Deze recyclingfaciliteit wordt beheerd door {operator}"
      },
      "question": {
        "en": "What company operates this recycling facility?",
        "nl": "Wat is de beheerder van deze recyclingfaciliteit?"
      },
      "freeform": {
        "key": "operator",
        "type": "string"
      }
    },
    {
      "id": "opening_hours",
      "render": "{opening_hours_table()}",
      "question": {
        "en": "What are the opening hours of this recycling facility?",
        "nl": "Wat zijn de openingstijden van deze recyclingfaciliteit?"
      },
      "freeform": {
        "key": "opening_hours",
        "type": "opening_hours"
      },
      "mappings": [
        {
          "if": "opening_hours=24/7",
          "then": {
            "en": "24/7",
            "nl": "24/7"
          }
        }
      ]
    }
  ],
  "filter": [
    {
      "id": "isOpen",
      "options": [
        {
          "question": {
            "en": "Currently open",
            "nl": "Op dit moment open"
          },
          "osmTags": "_isOpen=yes"
        }
      ]
    },
    {
      "id": "recyclingType",
      "options": [
        {
          "question": {
            "en": "All recycling types",
            "nl": "Alle recyclingtypes"
          }
        },
        {
          "question": {
            "en": "Recycling of batteries",
            "nl": "Recycling van batterijen"
          },
          "osmTags": "recycling:batteries=yes"
        },
        {
          "question": {
            "en": "Recycling of beverage cartons",
            "nl": "Recycling van drankpakken"
          },
          "osmTags": "recycling:beverage_cartons=yes"
        },
        {
          "question": {
            "en": "Recycling of cans",
            "nl": "Recycling van blikken"
          },
          "osmTags": "recycling:cans=yes"
        },
        {
          "question": {
            "en": "Recycling of clothes",
            "nl": "Recycling van kleding"
          },
          "osmTags": "recycling:clothes=yes"
        },
        {
          "question": {
            "en": "Recycling of cooking oil",
            "nl": "Recycling van frituurvet"
          },
          "osmTags": "recycling:cooking_oil=yes"
        },
        {
          "question": {
            "en": "Recycling of engine oil",
            "nl": "Recycling van motorolie"
          },
          "osmTags": "recycling:engine_oil=yes"
        },
        {
          "question": {
            "en": "Recycling of green waste",
            "nl": "Recycling van groen afval"
          },
          "osmTags": "recycling:green_waste=yes"
        },
        {
          "question": {
            "en": "Recycling of glass bottles",
            "nl": "Recycling van glazen flessen"
          },
          "osmTags": "recycling:glass_bottles=yes"
        },
        {
          "question": {
            "en": "Recycling of glass",
            "nl": "Recycling van glas"
          },
          "osmTags": "recycling:glass=yes"
        },
        {
          "question": {
            "en": "Recycling of newspapers",
            "nl": "Recycling van kranten"
          },
          "osmTags": "recycling:newspaper=yes"
        },
        {
          "question": {
            "en": "Recycling of paper",
            "nl": "Recycling van papier"
          },
          "osmTags": "recycling:paper=yes"
        },
        {
          "question": {
            "en": "Recycling of plastic bottles",
            "nl": "Recycling van plastic flessen"
          },
          "osmTags": "recycling:plastic_bottles=yes"
        },
        {
          "question": {
            "en": "Recycling of plastic packaging",
            "nl": "Recycling van plastic verpakking"
          },
          "osmTags": "recycling:plastic_packaging=yes"
        },
        {
          "question": {
            "en": "Recycling of plastic",
            "nl": "Recycling van plastic"
          },
          "osmTags": "recycling:plastic=yes"
        },
        {
          "question": {
            "en": "Recycling of scrap metal",
            "nl": "Recycling van oud metaal"
          },
          "osmTags": "recycling:scrap_metal=yes"
        },
        {
          "question": {
            "en": "Recycling of small electrical appliances",
            "nl": "Recycling van kleine elektrische apparaten"
          },
          "osmTags": "recycling:small_electrical_appliances=yes"
        }
      ]
    }
  ]
}