mapcomplete/assets/layers/recycling/recycling.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

1490 lines
48 KiB
JSON
Raw Normal View History

{
"id": "recycling",
"name": {
"en": "Recycling",
2022-04-09 17:35:21 +02:00
"nl": "Recycling",
2022-05-27 14:50:29 +02:00
"de": "Recyclingeinrichtungen",
2022-06-19 22:13:38 +02:00
"ca": "Residus",
2022-07-02 12:54:01 +02:00
"es": "Reciclaje",
2022-11-02 13:47:34 +01:00
"it": "Riciclo",
"pa_PK": "ریسائیکلنگ"
},
"description": {
"en": "A layer with recycling containers and centres",
2022-04-18 01:47:54 +02:00
"nl": "Een laag met recyclagingcontainers en -centrums",
2022-06-19 22:13:38 +02:00
"de": "Eine Ebene mit Recyclingcontainern und -zentren",
2022-07-02 12:54:01 +02:00
"es": "Una capa con contenedores y centros de reciclaje",
2023-04-03 00:33:50 +02:00
"it": "Un livello con i contenitori e centri per la raccolta rifiuti riciclabili",
"ca": "Una capa amb contenidors i centres de reciclatge"
},
"source": {
"osmTags": "amenity=recycling"
},
2022-02-19 22:52:52 +01:00
"calculatedTags": [
"_waste_amount=Object.values(Object.keys(feat.properties).filter((key) => key.startsWith('recycling:')).reduce((cur, key) => { return Object.assign(cur, { [key]: feat.properties[key] })}, {})).reduce((n, x) => n + (x == \"yes\"), 0);"
],
"minzoom": 12,
"title": {
"render": {
"en": "Recycling facility",
2022-04-18 01:47:54 +02:00
"nl": "Recyclingfaciliteit",
2022-06-19 22:13:38 +02:00
"de": "Recyclinganlage",
2023-05-07 23:47:50 +02:00
"es": "Instalación de reciclaje",
"it": "Impianti di riciclo",
"ca": "Instal·lació de reciclatge"
2022-01-02 20:54:00 +01:00
},
"mappings": [
{
"if": "name~*",
2022-01-02 20:54:00 +01:00
"then": {
"*": "{name}",
2022-01-02 20:54:00 +01:00
"en": "Recycling centre",
2022-04-18 01:47:54 +02:00
"nl": "Recyclingcentrum",
2022-06-19 22:13:38 +02:00
"de": "Wertstoffhof",
2022-07-02 12:54:01 +02:00
"es": "Centro de reciclaje",
2023-05-07 23:47:50 +02:00
"it": "Centro di riciclo rifiuti",
"ca": "Centre de reciclatge"
2022-01-02 20:54:00 +01:00
}
},
{
"if": "recycling_type=centre",
"then": {
2022-04-08 01:13:36 +02:00
"en": "Recycling centre",
2022-04-18 01:47:54 +02:00
"nl": "Recyclingcentrum",
2022-06-19 22:13:38 +02:00
"de": "Wertstoffhof",
2022-07-02 12:54:01 +02:00
"es": "Centro de reciclaje",
2023-05-07 23:47:50 +02:00
"it": "Centro di riciclo rifiuti",
"ca": "Centre de reciclatge"
}
},
2022-01-02 20:54:00 +01:00
{
"if": "recycling_type=container",
"then": {
"en": "Recycling container",
2022-04-18 01:47:54 +02:00
"nl": "Recyclingcontainer",
2022-06-19 22:13:38 +02:00
"de": "Recyclingcontainer",
2022-07-02 12:54:01 +02:00
"es": "Contenedor de reciclaje",
2023-05-07 23:47:50 +02:00
"it": "Contenitore per il riciclo",
"ca": "Contenidor de reciclatge"
2022-01-02 20:54:00 +01:00
}
}
]
},
"mapRendering": [
{
"location": [
"point",
"centroid"
],
2022-02-19 22:52:52 +01:00
"icon": {
"render": "circle:white;./assets/layers/recycling/recycling-14.svg",
"mappings": [
{
"if": {
"and": [
"_waste_amount=1",
"recycling:batteries=yes"
]
},
"then": "circle:white;./assets/layers/recycling/batteries.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
"recycling:beverage_cartons=yes"
]
},
"then": "circle:white;./assets/layers/recycling/beverage_cartons.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
"recycling:cans=yes"
]
},
"then": "circle:white;./assets/layers/recycling/cans.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
"recycling:clothes=yes"
]
},
"then": "circle:white;./assets/layers/recycling/clothes.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
"recycling:cooking_oil=yes"
]
},
"then": "circle:white;./assets/layers/recycling/cooking_oil.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
"recycling:engine_oil=yes"
]
},
"then": "circle:white;./assets/layers/recycling/engine_oil.svg"
},
2022-12-25 20:53:16 +01:00
{
"if": {
"and": [
"_waste_amount=1",
"recycling:fluorescent_tubes=yes"
]
},
"then": "circle:white;./assets/layers/recycling/fluorescent_tubes.svg"
},
2022-02-19 22:52:52 +01:00
{
"if": {
"and": [
"_waste_amount=1",
"recycling:glass=yes"
]
},
"then": "circle:white;./assets/layers/recycling/glass.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
"recycling:glass_bottles=yes"
]
},
"then": "circle:white;./assets/layers/recycling/glass_bottles.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
{
"or": [
"recycling:green_waste=yes",
"recycling:organic=yes"
]
}
]
},
"then": "circle:white;./assets/layers/recycling/garden_waste.svg"
},
2022-12-25 20:53:16 +01:00
{
"if": {
"and": [
"_waste_amount=1",
"recycling:light_bulbs=yes"
]
},
"then": "circle:white;./assets/layers/recycling/light_bulbs.svg"
},
2022-02-19 22:52:52 +01:00
{
"if": {
"and": [
"_waste_amount=1",
"recycling:newspaper=yes"
]
},
"then": "circle:white;./assets/layers/recycling/newspaper.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
"recycling:paper=yes"
]
},
"then": "circle:white;./assets/layers/recycling/paper.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
"recycling:plastic_bottles=yes"
]
},
"then": "circle:white;./assets/layers/recycling/plastic_bottles.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
"recycling:plastic_packaging=yes"
]
},
"then": "circle:white;./assets/layers/recycling/plastic_packaging.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
"recycling:plastic=yes"
]
},
"then": "circle:white;./assets/layers/recycling/plastic.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
"recycling:printer_cartridges=yes"
]
},
"then": "circle:white;./assets/layers/recycling/printer_cartridges.svg"
},
2022-02-19 22:52:52 +01:00
{
"if": {
"and": [
"_waste_amount=1",
"recycling:scrap_metal=yes"
]
},
"then": "circle:white;./assets/layers/recycling/scrap_metal.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
"recycling:shoes=yes"
]
},
"then": "circle:white;./assets/layers/recycling/shoes.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
{
"or": [
"recycling:small_appliances=yes",
"recycling:small_electric_appliances=yes"
]
}
]
},
"then": "circle:white;./assets/layers/recycling/small_electrical_appliances.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
"recycling:waste=yes"
]
},
"then": "circle:white;./assets/layers/waste_disposal/waste_disposal.svg"
},
{
"if": {
"and": [
"_waste_amount=1",
"recycling:needles=yes"
]
},
"then": "circle:white;./assets/layers/recycling/needles.svg"
2022-02-19 22:52:52 +01:00
}
]
},
2022-01-02 20:54:00 +01:00
"iconBadges": [
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:batteries=yes"
]
},
"then": "circle:white;./assets/layers/recycling/batteries.svg"
2022-01-02 20:54:00 +01:00
},
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:beverage_cartons=yes"
]
},
"then": "circle:white;./assets/layers/recycling/beverage_cartons.svg"
2022-01-02 20:54:00 +01:00
},
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:cans=yes"
]
},
"then": "circle:white;./assets/layers/recycling/cans.svg"
2022-01-02 20:54:00 +01:00
},
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:clothes=yes"
]
},
"then": "circle:white;./assets/layers/recycling/clothes.svg"
2022-01-02 20:54:00 +01:00
},
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:cooking_oil=yes"
]
},
"then": "circle:white;./assets/layers/recycling/cooking_oil.svg"
2022-01-02 20:54:00 +01:00
},
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:engine_oil=yes"
]
},
"then": "circle:white;./assets/layers/recycling/engine_oil.svg"
2022-01-02 20:54:00 +01:00
},
2022-12-25 20:53:16 +01:00
{
"if": {
"and": [
"_waste_amount>1",
"recycling:fluorescent_tubes=yes"
]
},
"then": "circle:white;./assets/layers/recycling/fluorescent_tubes.svg"
},
2022-01-02 20:54:00 +01:00
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:glass=yes"
]
},
"then": "circle:white;./assets/layers/recycling/glass.svg"
2022-01-02 20:54:00 +01:00
},
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:glass_bottles=yes"
]
},
"then": "circle:white;./assets/layers/recycling/glass_bottles.svg"
2022-01-02 20:54:00 +01:00
},
{
2022-02-17 14:34:43 +01:00
"if": {
2022-02-19 22:52:52 +01:00
"and": [
2022-02-20 01:46:31 +01:00
"_waste_amount>1",
2022-02-19 22:52:52 +01:00
{
"or": [
"recycling:green_waste=yes",
"recycling:organic=yes"
]
}
2022-02-17 14:34:43 +01:00
]
},
2022-02-19 22:52:52 +01:00
"then": "circle:white;./assets/layers/recycling/garden_waste.svg"
2022-01-02 20:54:00 +01:00
},
2022-12-25 20:53:16 +01:00
{
"if": {
"and": [
"_waste_amount>1",
"recycling:light_bulbs=yes"
]
},
"then": "circle:white;./assets/layers/recycling/light_bulbs.svg"
},
2022-01-02 20:54:00 +01:00
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:newspaper=yes"
]
},
"then": "circle:white;./assets/layers/recycling/newspaper.svg"
2022-01-02 20:54:00 +01:00
},
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:paper=yes"
]
},
"then": "circle:white;./assets/layers/recycling/paper.svg"
2022-01-02 20:54:00 +01:00
},
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:plastic_bottles=yes"
]
},
"then": "circle:white;./assets/layers/recycling/plastic_bottles.svg"
2022-01-02 20:54:00 +01:00
},
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:plastic_packaging=yes"
]
},
"then": "circle:white;./assets/layers/recycling/plastic_packaging.svg"
2022-01-02 20:54:00 +01:00
},
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:plastic=yes"
]
},
"then": "circle:white;./assets/layers/recycling/plastic.svg"
2022-01-02 20:54:00 +01:00
},
{
"if": {
"and": [
"_waste_amount>1",
"recycling:printer_cartridges=yes"
]
},
"then": "circle:white;./assets/layers/recycling/printer_cartridges.svg"
},
2022-01-02 20:54:00 +01:00
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:scrap_metal=yes"
]
},
"then": "circle:white;./assets/layers/recycling/scrap_metal.svg"
2022-01-02 20:54:00 +01:00
},
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:shoes=yes"
]
},
"then": "circle:white;./assets/layers/recycling/shoes.svg"
2022-01-02 20:54:00 +01:00
},
{
2022-02-18 11:52:44 +01:00
"if": {
2022-02-19 22:52:52 +01:00
"and": [
"_waste_amount>1",
{
"or": [
"recycling:small_appliances=yes",
"recycling:small_electrical_appliances=yes"
]
}
2022-02-18 11:52:44 +01:00
]
},
2022-02-19 22:52:52 +01:00
"then": "circle:white;./assets/layers/recycling/small_electrical_appliances.svg"
2022-01-09 14:28:14 +01:00
},
{
2022-02-19 22:52:52 +01:00
"if": {
"and": [
"_waste_amount>1",
"recycling:waste=yes"
]
},
"then": "circle:white;./assets/layers/waste_disposal/waste_disposal.svg"
},
{
"if": {
"and": [
"_waste_amount>1",
"recycling:needles=yes"
]
},
"then": "circle:white;./assets/layers/recycling/needles.svg"
},
{
"if": {
"and": [
"_waste_amount>1",
"recycling:bicycles=yes"
]
},
"then": "circle:white;./assets/layers/recycling/bicycles.svg"
2022-01-02 20:54:00 +01:00
}
]
}
],
2022-01-01 02:56:06 +01:00
"presets": [
{
"title": {
2022-04-03 03:10:06 +02:00
"en": "a recycling container",
2022-04-18 01:47:54 +02:00
"nl": "een recycling container",
2022-06-19 22:13:38 +02:00
"de": "einen Recyclingcontainer",
2022-07-02 12:54:01 +02:00
"es": "un contenedor de reciclaje",
2023-01-10 19:34:07 +01:00
"it": "un contenitore per il riciclo",
"ca": "un contenidor de reciclatge"
2022-01-01 02:56:06 +01:00
},
"tags": [
"amenity=recycling",
"recycling_type=container"
]
},
{
"title": {
2022-04-03 03:10:06 +02:00
"en": "a recycling centre",
2022-04-18 01:47:54 +02:00
"nl": "een containerpark (recycling center)",
2022-06-19 22:13:38 +02:00
"de": "einen Wertstoffhof",
2022-07-02 12:54:01 +02:00
"es": "un centro de reciclado",
2023-01-10 19:34:07 +01:00
"it": "un centro di riciclo",
"ca": "un centre de reciclatge"
2022-01-01 02:56:06 +01:00
},
"tags": [
"amenity=recycling",
"recycling_type=centre"
]
}
],
"tagRenderings": [
"images",
{
"id": "recycling-type",
2022-01-01 02:56:06 +01:00
"question": {
"en": "What type of recycling is this?",
2022-04-18 01:47:54 +02:00
"nl": "Wat voor soort recycling is dit?",
2022-07-02 12:54:01 +02:00
"de": "Um welche Recyclingeinrichtung handelt es sich?",
"it": "Che tipo di raccolta è questo?"
2022-01-01 02:56:06 +01:00
},
"mappings": [
{
2022-01-01 02:56:06 +01:00
"if": "recycling_type=container",
"then": {
"en": "This is a recycling container",
2022-04-18 01:47:54 +02:00
"nl": "Dit is een recyclingcontainer",
2022-06-19 22:13:38 +02:00
"de": "Dies ist ein Recycling-Container",
2022-07-02 12:54:01 +02:00
"es": "Esto es un contenedor de reciclaje",
2022-07-02 23:24:48 +02:00
"it": "Questo è un contenitore per il riciclo di rifiuti",
"ca": "Açò és un contenidor de reciclatge"
}
},
{
2022-01-01 02:56:06 +01:00
"if": "recycling_type=centre",
"then": {
"en": "This is a recycling centre",
2022-04-18 01:47:54 +02:00
"nl": "Dit is een recyclingcentrum",
2022-06-19 22:13:38 +02:00
"de": "Dies ist ein Wertstoffhof",
2022-07-02 12:54:01 +02:00
"es": "Esto es un centro de reciclaje",
2022-07-02 23:24:48 +02:00
"it": "Questo è un centro per la raccola e riciclo di rifiuti",
"ca": "Açò és un centre de reciclatge"
}
2022-02-19 21:37:54 +01:00
},
{
"if": "amenity=waste_disposal",
"then": {
"en": "Waste disposal container for residual waste",
2022-04-18 01:47:54 +02:00
"nl": "Afvalcontainer voor restafval",
2022-07-02 12:54:01 +02:00
"de": "Dies ist ein Abfallbehälter für Restmüll",
2023-03-24 12:23:42 +01:00
"it": "Contenitore per lo smaltimento del secco",
"ca": "Contenidor per a residus no reciclables (fracció resta)"
2022-02-19 21:37:54 +01:00
},
"addExtraTags": [
"recycling:batteries=",
"recycling:beverage_cartons=",
"recycling:cans=",
"recycling:clothes=",
"recycling:cooking_oil=",
"recycling:engine_oil=",
2022-12-25 20:53:16 +01:00
"recycling:fluorescent_tubes=",
2022-02-19 21:37:54 +01:00
"recycling:green_waste=",
2022-12-25 20:53:16 +01:00
"recycling:light_bulbs=",
2022-02-19 21:37:54 +01:00
"recycling:organic=",
"recycling:glass_bottles=",
"recycling:glass=",
"recycling:newspaper=",
"recycling:paper=",
"recycling:plastic_bottles=",
"recycling:plastic_packaging=",
"recycling:plastic=",
"recycling:printer_cartridges=",
2022-02-19 21:37:54 +01:00
"recycling:scrap_metal=",
"recycling:shoes=",
"recycling:small_appliances=",
"recycling:small_electrical_appliances=",
"recycling:waste="
]
},
{
"if": "recycling_type=pickup_point",
"then": {
"en": "This is a pickup point. The waste material is placed here without placing it in a dedicated container.",
2023-05-07 23:47:50 +02:00
"nl": "Dit is een verzamelplaats zonder container waar het afval later opgepikt wordt.",
"ca": "Aquest és un punt de recollida. El rebuig es col·loca aquí sense col·locar-lo en un contenidor dedicat.",
"de": "Dies ist ein Abholpunkt. Abfälle werden hier abgelegt, ohne sie in einen speziellen Behälter zu geben."
}
},
{
"if": "recycling_type=dump",
"then": {
"en": "This is a dump where the waste material is stacked.",
2023-05-07 23:47:50 +02:00
"nl": "Dit is een afvalhoop waar het afvalmateriaal bovenop elkaar gestapeld wordt.",
"ca": "Es tracta dun abocador on sapilen els residus."
}
}
]
2022-01-01 02:56:06 +01:00
},
{
"id": "recycling-centre-name",
"question": {
"en": "What is the name of this recycling centre?",
2022-04-18 01:47:54 +02:00
"nl": "Wat is de naam van dit recyclagecentrum?",
2022-06-19 22:13:38 +02:00
"de": "Wie lautet der Name dieses Wertstoffhofs?",
2022-07-02 12:54:01 +02:00
"es": "¿Cual es el nombre de este centro de reciclaje?",
2023-05-07 23:47:50 +02:00
"it": "Come si chiama questo centro raccolta e riciclo rifiuti?",
"ca": "Quin és el nom daquest centre de reciclatge?"
},
"render": {
"en": "This recycling centre is named <b>{name}</b>",
2022-04-18 01:47:54 +02:00
"nl": "Dit recyclagecentrum heet <b>{name}</b>",
2022-06-19 22:13:38 +02:00
"de": "Dieser Wertstoffhof heißt <b>{name}</b>",
2022-07-02 12:54:01 +02:00
"es": "Este centro de reciclaje se llama <b>{name}</b>",
2022-07-02 23:24:48 +02:00
"it": "Questo centro raccolta e riciclo rifiuti si chiama <b>{name}</b>",
"ca": "Aquest centre de reciclatge s'anomena <b>{name}</b>"
},
"freeform": {
"key": "name"
},
"mappings": [
{
"if": "noname=yes",
"then": {
"en": "This recycling centre doesn't have a specific name",
2022-04-18 01:47:54 +02:00
"nl": "Dit recyclagecentrum heeft geen specifieke naam",
2022-06-19 22:13:38 +02:00
"de": "Dieser Wertstoffhof hat keinen bestimmten Namen",
2022-07-02 12:54:01 +02:00
"es": "Este centro de reciclaje no tiene un nombre específico",
2023-05-07 23:47:50 +02:00
"it": "Questo centro raccolta e riciclo rifiuti non ha un nome specifico",
"ca": "Aquest centre de reciclatge no té un nom específic"
}
}
],
"condition": "recycling_type=centre"
},
2022-01-01 02:56:06 +01:00
{
2022-01-01 15:32:33 +01:00
"id": "container-location",
2022-01-01 02:56:06 +01:00
"question": {
2022-01-01 15:32:33 +01:00
"en": "Where is this container located?",
2022-04-18 01:47:54 +02:00
"nl": "Waar bevindt deze container zich?",
2022-06-19 22:13:38 +02:00
"de": "Wo befindet sich dieser Container?",
2022-07-02 12:54:01 +02:00
"es": "¿Dónde se sitúa este contenedor?",
2023-01-29 18:02:06 +01:00
"it": "Dove si trova questo contenitore?",
2023-04-03 00:33:50 +02:00
"ca": "On es troba aquest contenidor?"
2022-01-01 02:56:06 +01:00
},
"condition": "recycling_type=container",
"mappings": [
{
"if": "location=underground",
"then": {
"en": "This is an underground container",
2022-04-18 01:47:54 +02:00
"nl": "Dit is een ondergrondse container",
2022-06-19 22:13:38 +02:00
"de": "Dies ist ein Unterflurcontainer",
2022-07-02 12:54:01 +02:00
"es": "Este es un contenedor bajo tierra",
2023-01-29 18:02:06 +01:00
"it": "E' un contenitore sotterraneo",
2023-04-03 00:33:50 +02:00
"ca": "Aquest contenidor està soterrat"
2022-01-01 02:56:06 +01:00
}
},
2022-01-01 15:32:33 +01:00
{
"if": "location=indoor",
"then": {
"en": "This container is located indoors",
2022-04-18 01:47:54 +02:00
"nl": "Deze container bevindt zich binnen",
2022-06-19 22:13:38 +02:00
"de": "Dieser Container befindet sich in einem Gebäude",
2022-07-02 12:54:01 +02:00
"es": "Este contenedor se sitúa en el interior",
2023-01-29 18:02:06 +01:00
"it": "Questo contenitore è al chiuso",
2023-04-03 00:33:50 +02:00
"ca": "Aquest contenidor està situat a l'interior"
2022-01-01 15:32:33 +01:00
}
},
2022-01-01 02:56:06 +01:00
{
"if": "location=",
"then": {
2022-01-01 15:32:33 +01:00
"en": "This container is located outdoors",
2022-04-18 01:47:54 +02:00
"nl": "Deze container is buiten",
2022-06-19 22:13:38 +02:00
"de": "Der Container befindet sich im Freien",
2022-07-02 12:54:01 +02:00
"es": "Este contenedor se sitúa en el exterior",
2022-07-02 23:24:48 +02:00
"it": "Questo contenitore è all'aperto",
"ca": "Aquest contenidor està situat a l'aire lliure"
2022-01-01 02:56:06 +01:00
}
}
]
},
{
"id": "recycling-accepts",
"question": {
"en": "What can be recycled here?",
2022-04-18 01:47:54 +02:00
"nl": "Wat kan hier gerecycled worden?",
2022-06-19 22:13:38 +02:00
"de": "Was kann hier recycelt werden?",
2022-07-02 12:54:01 +02:00
"es": "¿Qué se puede reciclar aquí?",
2023-01-29 18:02:06 +01:00
"it": "Cosa si può riciclare qui?",
"ca": "Què es pot reciclar aquí?"
2022-01-01 02:56:06 +01:00
},
"multiAnswer": true,
"mappings": [
{
"if": "recycling:batteries=yes",
"ifnot": "recycling:batteries=",
"then": {
"en": "Batteries can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Batterijen kunnen hier gerecycled worden",
2022-06-19 22:13:38 +02:00
"de": "Batterien können hier recycelt werden",
2022-07-02 12:54:01 +02:00
"es": "Aquí se pueden reciclar baterías",
2023-01-29 18:02:06 +01:00
"it": "Batterie",
2023-04-03 00:33:50 +02:00
"ca": "Aquí es poden reciclar piles"
},
"icon": {
"path": "./assets/layers/recycling/batteries.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
{
"if": "recycling:beverage_cartons=yes",
"ifnot": "recycling:beverage_cartons=",
"then": {
"en": "Beverage cartons can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Drankpakken kunnen hier gerecycled worden",
2022-07-02 12:54:01 +02:00
"de": "Getränkekartons können hier recycelt werden",
2022-07-02 23:24:48 +02:00
"it": "Cartoni per bevande",
2023-01-29 18:02:06 +01:00
"ca": "Aquí es poden reciclar els cartons de begudes"
},
"icon": {
"path": "./assets/layers/recycling/beverage_cartons.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
{
"if": "recycling:cans=yes",
"ifnot": "recycling:cans=",
"then": {
"en": "Cans can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Blikken kunnen hier gerecycled worden",
2022-06-19 22:13:38 +02:00
"de": "Dosen können hier recycelt werden",
2022-07-02 12:54:01 +02:00
"es": "Aquí se pueden reciclar latas",
2022-07-02 23:24:48 +02:00
"it": "Lattine",
2023-01-29 18:02:06 +01:00
"ca": "Aquí es poden reciclar llaunes"
},
"icon": {
"path": "./assets/layers/recycling/cans.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
{
"if": "recycling:clothes=yes",
"ifnot": "recycling:clothes=",
"then": {
"en": "Clothes can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Kleren kunnen hier gerecycled worden",
2022-06-19 22:13:38 +02:00
"de": "Kleidung kann hier recycelt werden",
2022-07-02 12:54:01 +02:00
"es": "Aquí se puede reciclar ropa",
2023-01-29 18:02:06 +01:00
"it": "Abiti",
"ca": "Aquí es pot reciclar roba"
},
"icon": {
"path": "./assets/layers/recycling/clothes.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
{
"if": "recycling:cooking_oil=yes",
"ifnot": "recycling:cooking_oil=",
"then": {
"en": "Cooking oil can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Frituurvet kan hier gerecycled worden",
2022-06-19 22:13:38 +02:00
"de": "Speiseöl kann hier recycelt werden",
2022-07-02 12:54:01 +02:00
"es": "Aquí se puede reciclar aceite de cocina",
2023-01-29 18:02:06 +01:00
"it": "Olio da cucina",
"ca": "Aquí es pot reciclar oli de cuina"
},
"icon": {
"path": "./assets/layers/recycling/cooking_oil.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
{
"if": "recycling:engine_oil=yes",
"ifnot": "recycling:engine_oil=",
"then": {
"en": "Engine oil can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Motorolie kan hier gerecycled worden",
2022-06-19 22:13:38 +02:00
"de": "Motoröl kann hier recycelt werden",
2022-07-02 12:54:01 +02:00
"es": "Aquí se puede reciclar aceite de motor",
2023-01-29 18:02:06 +01:00
"it": "Olio di motore",
"ca": "Aquí es pot reciclar oli de motor"
},
"icon": {
"path": "./assets/layers/recycling/engine_oil.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
2022-12-25 20:53:16 +01:00
{
"if": "recycling:fluorescent_tubes=yes",
"ifnot": "recycling:fluorescent_tubes=",
"then": {
"en": "Fluorescent tubes can be recycled here",
2022-12-31 01:38:24 +01:00
"nl": "TL-buizen kunnen hier gerecycled worden",
2023-01-29 18:02:06 +01:00
"de": "Hier können Leuchtstoffröhren recycelt werden",
"ca": "Aquí es poden reciclar tub fluroescents"
2022-12-25 20:53:16 +01:00
},
"icon": {
"path": "./assets/layers/recycling/fluorescent_tubes.svg",
"class": "medium"
}
},
2022-01-01 02:56:06 +01:00
{
"if": "recycling:green_waste=yes",
"ifnot": "recycling:green_waste=",
"then": {
"en": "Green waste can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Groen afval kan hier gerecycled worden",
2022-07-02 12:54:01 +02:00
"de": "Grünabfälle können hier recycelt werden",
2023-01-10 19:34:07 +01:00
"it": "Verde",
"ca": "Aquí es poden reciclar residus verds"
},
"icon": {
"path": "./assets/layers/recycling/garden_waste.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
{
2022-02-17 14:34:43 +01:00
"if": "recycling:organic=yes",
"ifnot": "recycling:organic=",
2022-01-01 02:56:06 +01:00
"then": {
"en": "Organic waste can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Organisch afval kan hier gerecycled worden",
2022-06-19 22:13:38 +02:00
"de": "Bio-Abfall kann hier recycelt werden",
2022-07-02 12:54:01 +02:00
"es": "Aquí se pueden reciclar residuos orgánicos",
2022-07-02 23:24:48 +02:00
"it": "Umido",
"ca": "Ací es poden reciclar residus orgànics"
2022-02-17 14:34:43 +01:00
},
"hideInAnswer": true,
"icon": {
"path": "./assets/layers/recycling/garden_waste.svg",
"class": "medium"
}
2022-02-17 14:34:43 +01:00
},
{
"if": "recycling:glass_bottles=yes",
"ifnot": "recycling:glass_bottles=",
"then": {
"en": "Glass bottles can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Glazen flessen kunnen hier gerecycled worden",
2022-06-19 22:13:38 +02:00
"de": "Glasflaschen können hier recycelt werden",
2022-07-02 12:54:01 +02:00
"es": "Aquí se pueden reciclar botellas de cristal",
2022-07-02 23:24:48 +02:00
"it": "Bottiglie di vetro",
2023-01-29 18:02:06 +01:00
"ca": "Aquí es poden reciclar ampolles de vidre"
},
"icon": {
"path": "./assets/layers/recycling/glass_bottles.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
{
"if": "recycling:glass=yes",
"ifnot": "recycling:glass=",
"then": {
"en": "Glass can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Glas kan hier gerecycled worden",
2022-06-19 22:13:38 +02:00
"de": "Glas kann hier recycelt werden",
2022-07-02 12:54:01 +02:00
"es": "Aquí se puede reciclar cristal",
2022-07-02 23:24:48 +02:00
"it": "Vetro",
2023-01-29 18:02:06 +01:00
"ca": "Aquí es pot reciclar vidre"
},
"icon": {
"path": "./assets/layers/recycling/glass.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
2022-12-25 20:53:16 +01:00
{
"if": "recycling:light_bulbs=yes",
"ifnot": "recycling:light_bulbs=",
"then": {
"en": "Light bulbs can be recycled here",
2022-12-31 01:38:24 +01:00
"nl": "Lampen kunnen hier gerecycled worden",
2023-01-10 19:34:07 +01:00
"de": "Hier können Glühbirnen recycelt werden",
"ca": "Aquí es poden reciclar bombetes"
2022-12-25 20:53:16 +01:00
},
"icon": {
"path": "./assets/layers/recycling/light_bulbs.svg",
"class": "medium"
}
},
2022-01-01 02:56:06 +01:00
{
"if": "recycling:newspaper=yes",
"ifnot": "recycling:newspaper=",
"then": {
"en": "Newspapers can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Kranten kunnen hier gerecycled worden",
2022-06-19 22:13:38 +02:00
"de": "Zeitungen können hier recycelt werden",
2022-07-02 12:54:01 +02:00
"es": "Aquí se pueden reciclar periódicos",
2022-07-02 23:24:48 +02:00
"it": "Giornali",
2023-01-29 18:02:06 +01:00
"ca": "Aquí es poden reciclar diaris"
},
"icon": {
"path": "./assets/layers/recycling/newspaper.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
{
"if": "recycling:paper=yes",
"ifnot": "recycling:paper=",
"then": {
"en": "Paper can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Papier kan hier gerecycled worden",
2022-06-19 22:13:38 +02:00
"de": "Papier kann hier recycelt werden",
2022-07-02 12:54:01 +02:00
"es": "Aquí se puede reciclar papel",
2022-07-02 23:24:48 +02:00
"it": "Carta",
2023-01-29 18:02:06 +01:00
"ca": "Aquí es pot reciclar paper"
},
"icon": {
"path": "./assets/layers/recycling/paper.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
{
"if": "recycling:plastic_bottles=yes",
"ifnot": "recycling:plastic_bottles=",
"then": {
"en": "Plastic bottles can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Plastic flessen kunnen hier gerecycled worden",
2022-06-19 22:13:38 +02:00
"de": "Plastikflaschen können hier recycelt werden",
2022-07-02 12:54:01 +02:00
"es": "Aquí se pueden reciclar botellas de plástico",
2022-07-02 23:24:48 +02:00
"it": "Bottiglie di platica",
2023-01-29 18:02:06 +01:00
"ca": "Aquí es poden reciclar ampolles de plàstic"
},
"icon": {
"path": "./assets/layers/recycling/plastic_bottles.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
{
"if": "recycling:plastic_packaging=yes",
"ifnot": "recycling:plastic_packaging=",
"then": {
"en": "Plastic packaging can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Plastic verpakking kan hier gerecycled worden",
2022-06-19 22:13:38 +02:00
"de": "Kunststoffverpackungen können hier recycelt werden",
2022-07-02 12:54:01 +02:00
"es": "Aquí se pueden reciclar embalajes plásticos",
2022-07-02 23:24:48 +02:00
"it": "Confezioni di plastica",
2023-01-29 18:02:06 +01:00
"ca": "Aquí es poden reciclar envasos de plàstic"
},
"icon": {
"path": "./assets/layers/recycling/plastic_packaging.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
{
2022-01-02 20:54:00 +01:00
"if": "recycling:plastic=yes",
2022-01-01 02:56:06 +01:00
"ifnot": "recycling:plastic=",
"then": {
"en": "Plastic can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Plastic kan hier gerecycled worden",
2022-06-19 22:13:38 +02:00
"de": "Kunststoff kann hier recycelt werden",
2022-07-02 12:54:01 +02:00
"es": "Aquí se puede reciclar plástico",
2022-07-02 23:24:48 +02:00
"it": "Plastica",
2023-01-29 18:02:06 +01:00
"ca": "Aquí es pot reciclar plàstic"
},
"icon": {
"path": "./assets/layers/recycling/plastic.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
{
"if": "recycling:printer_cartridges=yes",
"ifnot": "recycling:printer_cartridges=",
"then": {
2023-03-29 16:13:36 +02:00
"en": "Printer cartridges can be recycled here",
2023-04-03 00:33:50 +02:00
"nl": "Inktpatronen kunnen hier gerecycleerd worden",
2023-05-01 10:10:26 +02:00
"de": "Druckerpatronen können hier recycelt werden",
"ca": "Els cartutxos d'impressora es poden reciclar aquí"
},
"icon": {
"path": "./assets/layers/recycling/printer_cartridges.svg",
"class": "medium"
}
},
2022-01-01 02:56:06 +01:00
{
"if": "recycling:scrap_metal=yes",
"ifnot": "recycling:scrap_metal=",
"then": {
2023-03-29 16:13:36 +02:00
"en": "Scrap metal can be recycled here",
"nl": "Oud metaal kan hier gerecycled worden",
"ca": "Aquí es pot reciclar ferralla",
"de": "Metallschrott kann hier recycelt werden",
"es": "Aquí se puede reciclar chatarra",
"it": "Rottami metallici"
},
"icon": {
"path": "./assets/layers/recycling/scrap_metal.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
{
"if": "recycling:shoes=yes",
"ifnot": "recycling:shoes=",
"then": {
2023-03-29 16:13:36 +02:00
"en": "Shoes can be recycled here",
"nl": "Schoenen kunnen hier gerecycled worden",
"de": "Schuhe können hier recycelt werden",
2022-07-02 12:54:01 +02:00
"es": "Aquí se pueden reciclar zapatos",
2023-03-29 16:13:36 +02:00
"it": "Scarpe",
"ca": "Aquí es poden reciclar sabates"
},
"icon": {
"path": "./assets/layers/recycling/shoes.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
},
2022-02-18 11:52:44 +01:00
{
"if": "recycling:small_appliances=yes",
"ifnot": "recycling:small_appliances=",
"then": {
"en": "Small electrical appliances can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Kleine elektrische apparaten kunnen hier gerecycled worden",
2022-07-02 12:54:01 +02:00
"de": "Elektrokleingeräte können hier recycelt werden",
2023-01-29 18:02:06 +01:00
"it": "Piccoli elettrodomestici",
2023-04-03 00:33:50 +02:00
"ca": "Aquí es poden reciclar petits electrodomèstics"
2022-02-18 11:52:44 +01:00
},
"icon": {
"path": "./assets/layers/recycling/small_electrical_appliances.svg",
"class": "medium"
}
},
2022-01-01 02:56:06 +01:00
{
"if": "recycling:small_electrical_appliances=yes",
"ifnot": "recycling:small_electrical_appliances=",
"then": {
2023-03-29 16:13:36 +02:00
"en": "Small electrical appliances can be recycled here",
"nl": "Kleine elektrische apparaten kunnen hier gerecycled worden",
"de": "Elektrokleingeräte können hier recycelt werden",
"it": "Piccoli elettrodomestici",
2023-04-03 00:33:50 +02:00
"ca": "Aquí es poden reciclar petits electrodomèstics"
},
2022-02-18 11:52:44 +01:00
"hideInAnswer": true,
"icon": {
"path": "./assets/layers/recycling/small_electrical_appliances.svg",
"class": "medium"
2022-01-01 02:56:06 +01:00
}
2022-01-09 14:28:14 +01:00
},
2022-04-08 01:25:10 +02:00
{
"if": "recycling:needles=yes",
"ifnot": "recycling:needles=",
"then": {
2023-03-29 16:13:36 +02:00
"en": "Needles can be recycled here",
"nl": "Injectienaalden kunnen hier gerecycled worden",
"de": "Nadeln können hier recycelt werden",
"it": "Aghi e oggetti appuntiti",
"ca": "Aquí es poden reciclar agulles"
},
"icon": {
"path": "./assets/layers/recycling/needles.svg",
"class": "medium"
2022-04-08 01:25:10 +02:00
}
},
2022-01-09 14:28:14 +01:00
{
"if": "recycling:waste=yes",
"ifnot": "recycling:waste=",
"then": {
"en": "Residual waste can be recycled here",
2022-04-18 01:47:54 +02:00
"nl": "Restafval kan hier gerecycled worden",
2022-07-02 12:54:01 +02:00
"de": "Restmüll kann hier recycelt werden",
2022-07-02 23:24:48 +02:00
"it": "Secco",
"ca": "Ací es pot reciclar el rebuig"
},
"icon": {
"path": "./assets/layers/waste_disposal/waste_disposal.svg",
"class": "medium"
2022-02-19 21:37:54 +01:00
},
"hideInAnswer": "recycling_type=container"
},
{
"if": "recycling:bicycles=yes",
"ifnot": "recycling:bicycles=",
"then": {
"en": "Bicycles can be recycled here",
2023-05-07 23:47:50 +02:00
"nl": "Fietsen (en fietswrakken) kunnen hier gerecycled worden",
"ca": "Aquí es poden reciclar bicicletes",
"de": "Fahrräder können hier recycelt werden"
},
"icon": {
"path": "./assets/layers/recycling/bicycles.svg",
"class": "medium"
}
2022-01-01 02:56:06 +01:00
}
]
},
{
"id": "operator",
"render": {
"en": "This recycling facility is operated by {operator}",
2022-04-18 01:47:54 +02:00
"nl": "Deze recyclingfaciliteit wordt beheerd door {operator}",
2023-02-23 14:39:08 +01:00
"de": "Die Recyclingeinrichtung wird betrieben von {operator}",
2022-07-02 23:24:48 +02:00
"es": "Esta infraestructura de reciclado la opera {operator}",
"it": "Questa struttura di raccola e riciclo è gestita da {operator}",
"ca": "Aquesta infraestuctura de reciclatge està operada per {operator}"
2022-01-01 02:56:06 +01:00
},
"question": {
"en": "What company operates this recycling facility?",
2022-04-18 01:47:54 +02:00
"nl": "Wat is de beheerder van deze recyclingfaciliteit?",
2022-06-19 22:13:38 +02:00
"de": "Welches Unternehmen betreibt diese Recyclinganlage?",
2022-07-02 12:54:01 +02:00
"es": "¿Que empresa opera esta facilidad de reciclado?",
2023-01-29 18:02:06 +01:00
"it": "Quale azienda gestisce questo impianto di raccolta e riciclo?",
"ca": "Quina empresa opera aquesta infraestructura de reciclatge?"
2022-01-01 02:56:06 +01:00
},
"freeform": {
"key": "operator",
"type": "string"
}
},
{
"id": "contact_information",
"builtin": [
"website",
"email",
"phone"
],
"override": {
"condition": "recycling_type=centre"
}
},
2022-01-01 02:56:06 +01:00
{
2022-10-30 20:49:08 +01:00
"builtin": "opening_hours_24_7",
"override": {
"question": {
"en": "What are the opening hours of this recycling facility?",
"nl": "Wat zijn de openingstijden van deze recyclingfaciliteit?",
"de": "Wie sind die Öffnungszeiten dieser Recyclinganlage?",
"es": "¿A qué horas abre esta facilidad de reciclado?",
"it": "Quali sono gli orari di apertura di questo impianto di raccolta e riciclo?"
2022-01-01 02:56:06 +01:00
}
2022-10-30 20:49:08 +01:00
}
},
{
"id": "access",
"question": {
"en": "Who can use this recycling facility?",
2023-02-07 02:27:28 +01:00
"nl": "Wie kan deze recyclingfaciliteit gebruiken?",
2023-03-24 12:23:42 +01:00
"de": "Wer kann diese Recyclinganlage nutzen?",
"ca": "Qui pot utilitzar aquesta instal·lació de reciclatge?"
},
"mappings": [
{
"if": "access=yes",
"then": {
"en": "Everyone can use this recycling facility",
2023-02-07 02:27:28 +01:00
"nl": "Iedereen mag deze recyclingfaciliteit gebruiken",
2023-03-24 12:23:42 +01:00
"de": "Alle können diese Recyclinganlage nutzen",
"ca": "Tothom pot utilitzar aquesta instal·lació de reciclatge"
}
},
{
"if": "access=residents",
"then": {
"en": "Only residents can use this recycling facility",
2023-02-07 02:27:28 +01:00
"nl": "Enkel bewoners kunnen deze recyclingfaciliteit gebruiken",
2023-03-24 12:23:42 +01:00
"de": "Nur Anwohnende können diese Recyclinganlage nutzen",
"ca": "Només els residents poden utilitzar aquesta instal·lació de reciclatge"
}
},
{
"if": "access=private",
"then": {
"en": "This recycling facility is only for private use",
2023-02-07 02:27:28 +01:00
"nl": "Deze recyclingfaciliteit is alleen voor privégebruik",
2023-03-24 12:23:42 +01:00
"de": "Diese Recyclinganlage ist nur für den privaten Gebrauch bestimmt",
"ca": "Aquesta instal·lació de reciclatge és només per a ús privat"
}
}
],
"freeform": {
"key": "access",
"type": "string"
},
"render": {
"en": "This recycling facility can be used by {access}",
2023-02-07 02:27:28 +01:00
"nl": "Deze recyclingfaciliteit kan gebruikt worden door {access}",
2023-03-29 15:50:10 +02:00
"de": "Diese Recyclinganlage kann von {access} genutzt werden",
"ca": "Aquesta instal·lació de reciclatge la pot utilitzar {access}"
}
}
],
2022-01-01 02:56:06 +01:00
"filter": [
"open_now",
2022-01-01 02:56:06 +01:00
{
"id": "recyclingType",
"options": [
{
"question": {
"en": "All recycling types",
2022-04-18 01:47:54 +02:00
"nl": "Alle recyclingtypes",
2022-06-19 22:13:38 +02:00
"de": "Alle Recyclingarten",
2022-07-02 12:54:01 +02:00
"es": "Todos los tipos de reciclado",
2023-04-03 00:33:50 +02:00
"it": "Tutti i tipi di rifiuti",
"ca": "Tots els tipus de reciclatge"
2022-01-01 02:56:06 +01:00
}
},
{
"question": {
"en": "Recycling of batteries",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van batterijen",
2022-06-19 22:13:38 +02:00
"de": "Recycling von Batterien",
2022-07-02 12:54:01 +02:00
"es": "Reciclaje de baterías",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di batterie",
"ca": "Reciclatge de piles"
2022-01-01 02:56:06 +01:00
},
"osmTags": "recycling:batteries=yes"
},
{
"question": {
"en": "Recycling of beverage cartons",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van drankpakken",
2022-07-02 12:54:01 +02:00
"de": "Recycling von Getränkekartons",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di confezioni per bevande",
"ca": "Reciclatge de cartrons de begudes"
2022-01-01 02:56:06 +01:00
},
"osmTags": "recycling:beverage_cartons=yes"
},
{
"question": {
"en": "Recycling of cans",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van blikken",
2022-06-19 22:13:38 +02:00
"de": "Recycling von Dosen",
2022-07-02 12:54:01 +02:00
"es": "Reciclaje de latas",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di lattine",
"ca": "Reciclatge de llaunes"
2022-01-01 02:56:06 +01:00
},
"osmTags": "recycling:cans=yes"
},
{
"question": {
"en": "Recycling of clothes",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van kleding",
2022-06-19 22:13:38 +02:00
"de": "Recycling von Kleidung",
2022-07-02 12:54:01 +02:00
"es": "Reciclaje de ropa",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di abiti",
"ca": "Reciclatge de roba"
2022-01-01 02:56:06 +01:00
},
"osmTags": "recycling:clothes=yes"
},
{
"question": {
"en": "Recycling of cooking oil",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van frituurvet",
2022-06-19 22:13:38 +02:00
"de": "Recycling von Speiseöl",
2022-07-02 12:54:01 +02:00
"es": "Reciclaje de aceite de cocina",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di olio da cucina",
"ca": "Reciclatge d'oli de cuina"
2022-01-01 02:56:06 +01:00
},
"osmTags": "recycling:cooking_oil=yes"
},
{
"question": {
"en": "Recycling of engine oil",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van motorolie",
2022-06-19 22:13:38 +02:00
"de": "Recycling von Motoröl",
2022-07-02 12:54:01 +02:00
"es": "Reciclaje de aceite de motor",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di olio da motore",
"ca": "Reciclatge d'oli de motor"
2022-01-01 02:56:06 +01:00
},
"osmTags": "recycling:engine_oil=yes"
},
2022-12-25 20:53:16 +01:00
{
"question": {
"en": "Recycling of fluorescent tubes",
2022-12-31 01:38:24 +01:00
"nl": "Recycling van tl-buizen",
2023-04-03 00:33:50 +02:00
"de": "Recycling von Leuchtstoffröhren",
"ca": "Reciclatge de tubs fluorescents"
2022-12-25 20:53:16 +01:00
},
"osmTags": "recycling:fluorescent_tubes=yes"
},
2022-01-01 02:56:06 +01:00
{
"question": {
"en": "Recycling of green waste",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van groen afval",
2022-07-02 12:54:01 +02:00
"de": "Recycling von Grünabfällen",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di umido",
"ca": "Reciclatge de residus verds"
2022-01-01 02:56:06 +01:00
},
2022-02-18 11:52:44 +01:00
"osmTags": {
"or": [
"recycling:green_waste=yes",
"recycling:organic=yes"
]
}
2022-01-01 02:56:06 +01:00
},
{
"question": {
"en": "Recycling of glass bottles",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van glazen flessen",
2022-06-19 22:13:38 +02:00
"de": "Recycling von Glasflaschen",
2022-07-02 12:54:01 +02:00
"es": "Reciclaje de botellas de cristal",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di bottiglie di vetro",
"ca": "Reciclatge d'ampolles de vidre"
2022-01-01 02:56:06 +01:00
},
"osmTags": "recycling:glass_bottles=yes"
},
{
"question": {
"en": "Recycling of glass",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van glas",
2022-06-19 22:13:38 +02:00
"de": "Recycling von Glas",
2022-07-02 12:54:01 +02:00
"es": "Reciclaje de cristal",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di vetro",
"ca": "Reciclatge de vidre"
2022-01-01 02:56:06 +01:00
},
"osmTags": "recycling:glass=yes"
},
2022-12-25 20:53:16 +01:00
{
"question": {
"en": "Recycling of light bulbs",
2022-12-31 01:38:24 +01:00
"nl": "Recycling van lampen",
2023-04-03 00:33:50 +02:00
"de": "Recycling von Glühbirnen",
"ca": "Reciclatge de bombetes"
2022-12-25 20:53:16 +01:00
},
"osmTags": "recycling:light_bulbs=yes"
},
2022-01-01 02:56:06 +01:00
{
"question": {
"en": "Recycling of newspapers",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van kranten",
2022-06-19 22:13:38 +02:00
"de": "Recycling von Zeitungen",
2022-07-02 12:54:01 +02:00
"es": "Reciclaje de periódicos",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di giornali",
"ca": "Reciclatge de diaris"
2022-01-01 02:56:06 +01:00
},
"osmTags": "recycling:newspaper=yes"
},
{
"question": {
"en": "Recycling of paper",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van papier",
2022-06-19 22:13:38 +02:00
"de": "Recycling von Papier",
2022-07-02 12:54:01 +02:00
"es": "Reciclaje de papel",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di carta",
"ca": "Reciclatge de paper"
2022-01-01 02:56:06 +01:00
},
"osmTags": "recycling:paper=yes"
},
{
"question": {
"en": "Recycling of plastic bottles",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van plastic flessen",
2022-06-19 22:13:38 +02:00
"de": "Recycling von Plastikflaschen",
2022-07-02 12:54:01 +02:00
"es": "Reciclaje de botellas de papel",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di bottiglie di plastica",
"ca": "Reciclatge d'ampolles de plàstic"
2022-01-01 02:56:06 +01:00
},
"osmTags": "recycling:plastic_bottles=yes"
},
{
"question": {
"en": "Recycling of plastic packaging",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van plastic verpakking",
2022-06-19 22:13:38 +02:00
"de": "Recycling von Kunststoffverpackungen",
2022-07-02 12:54:01 +02:00
"es": "Reciclaje de embalajes plásticos",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di confezioni di plastica",
"ca": "Reciclatge d'envasos de plàstic"
2022-01-01 02:56:06 +01:00
},
"osmTags": "recycling:plastic_packaging=yes"
},
{
"question": {
"en": "Recycling of plastic",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van plastic",
2022-06-19 22:13:38 +02:00
"de": "Recycling von Kunststoffen",
2022-07-02 12:54:01 +02:00
"es": "Reciclaje de plástico",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di plastica",
"ca": "Reciclatge de plàstic"
2022-01-01 02:56:06 +01:00
},
"osmTags": "recycling:plastic=yes"
},
{
"question": {
"en": "Recycling of scrap metal",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van oud metaal",
2022-06-19 22:13:38 +02:00
"de": "Recycling von Metallschrott",
2022-07-02 12:54:01 +02:00
"es": "Reciclaje de chatarra",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di rottami metallici",
"ca": "Reciclatge de ferralla"
2022-01-01 02:56:06 +01:00
},
"osmTags": "recycling:scrap_metal=yes"
2022-01-01 02:56:06 +01:00
},
{
"question": {
"en": "Recycling of small electrical appliances",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van kleine elektrische apparaten",
2022-07-02 12:54:01 +02:00
"de": "Recycling von Elektrokleingeräten",
2023-04-03 00:33:50 +02:00
"es": "Reciclaje de pequeños electrodomésticos",
"it": "Riciclo di piccoli elettrodomestici",
"ca": "Reciclatge de petits electrodomèstics"
2022-01-01 02:56:06 +01:00
},
2022-02-18 11:52:44 +01:00
"osmTags": {
"or": [
"recycling:small_appliances=yes",
"recycling:small_electrical_appliances=yes"
]
}
2022-01-09 14:28:14 +01:00
},
{
"question": {
"en": "Recycling of residual waste",
2022-04-18 01:47:54 +02:00
"nl": "Recycling van restafval",
2022-07-02 12:54:01 +02:00
"de": "Recycling von Restabfällen",
2023-04-03 00:33:50 +02:00
"it": "Riciclo di secco",
"ca": "Reciclatge del rebuig"
2022-01-09 14:28:14 +01:00
},
"osmTags": "recycling:waste=yes"
},
{
"question": {
2023-05-02 00:49:00 +02:00
"en": "Recycling of printer cartridges",
"nl": "Recycling van inktpatronen",
2023-05-07 23:47:50 +02:00
"ca": "Reciclatge de cartutxos d'impressora",
"de": "Recycling von Druckerpatronen",
2023-05-01 10:10:26 +02:00
"it": "Riciclo di secco"
},
"osmTags": "recycling:printer_cartridges=yes"
},
{
"question": {
"en": "Recycling of bicycles",
2023-05-07 23:47:50 +02:00
"nl": "Recycling van fietsen",
"ca": "Reciclatge de bicicletes",
"de": "Recycling von Fahrrädern"
},
"osmTags": "recycling:bicycles=yes"
2022-01-01 02:56:06 +01:00
}
]
},
{
"#": "ignore-possible-duplicate",
"id": "public-access",
"options": [
{
"question": {
"en": "Only public access",
"nl": "Enkel publiek toegankelijke afvalcontainers",
2023-02-23 14:39:08 +01:00
"de": "Nur öffentliche Recyclingeinrichtungen",
"it": "Solo accesso pubblico",
"id": "Hanya akses publik",
2023-03-29 15:50:10 +02:00
"da": "Kun offentlig adgang",
"ca": "Només amb accés públic"
},
"osmTags": {
"or": [
"access=yes",
"access="
]
}
}
]
2022-01-01 02:56:06 +01:00
}
2022-02-21 11:39:57 +01:00
],
"deletion": {
"neededChangesets": 1
},
2022-02-21 11:39:57 +01:00
"allowMove": {
2023-02-13 20:30:34 +01:00
"enableRelocation": true,
2022-02-21 11:39:57 +01:00
"enableImproveAccuracy": true
}
2023-05-01 10:10:26 +02:00
}