1206 lines
No EOL
37 KiB
JSON
1206 lines
No EOL
37 KiB
JSON
{
|
|
"id": "recycling",
|
|
"name": {
|
|
"en": "Recycling",
|
|
"nl": "Recycling",
|
|
"de": "Recyclingeinrichtungen",
|
|
"ca": "Residus",
|
|
"es": "Reciclaje",
|
|
"it": "Riciclo"
|
|
},
|
|
"description": {
|
|
"en": "A layer with recycling containers and centres",
|
|
"nl": "Een laag met recyclagingcontainers en -centrums",
|
|
"de": "Eine Ebene mit Recyclingcontainern und -zentren",
|
|
"es": "Una capa con contenedores y centros de reciclaje",
|
|
"it": "Un livello con i contenitori e centri per la raccolta rifiuti riciclabili"
|
|
},
|
|
"source": {
|
|
"osmTags": "amenity=recycling"
|
|
},
|
|
"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",
|
|
"nl": "Recyclingfaciliteit",
|
|
"de": "Recyclinganlage",
|
|
"es": "Facilidad de reciclaje",
|
|
"it": "Impianti di riciclo"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "name~*",
|
|
"then": {
|
|
"*": "{name}",
|
|
"en": "Recycling centre",
|
|
"nl": "Recyclingcentrum",
|
|
"de": "Wertstoffhof",
|
|
"es": "Centro de reciclaje",
|
|
"it": "Centro di riciclo rifiuti"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling_type=centre",
|
|
"then": {
|
|
"en": "Recycling centre",
|
|
"nl": "Recyclingcentrum",
|
|
"de": "Wertstoffhof",
|
|
"es": "Centro de reciclaje",
|
|
"it": "Centro di riciclo rifiuti"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling_type=container",
|
|
"then": {
|
|
"en": "Recycling container",
|
|
"nl": "Recyclingcontainer",
|
|
"de": "Recyclingcontainer",
|
|
"es": "Contenedor de reciclaje",
|
|
"it": "Contenitore per il riciclo"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"mapRendering": [
|
|
{
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
],
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"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: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"
|
|
}
|
|
]
|
|
},
|
|
"iconBadges": [
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"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: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_electrical_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"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"presets": [
|
|
{
|
|
"title": {
|
|
"en": "a recycling container",
|
|
"nl": "een recycling container",
|
|
"de": "einen Recyclingcontainer",
|
|
"es": "un contenedor de reciclaje",
|
|
"it": "un contenitore per il riciclo"
|
|
},
|
|
"tags": [
|
|
"amenity=recycling",
|
|
"recycling_type=container"
|
|
]
|
|
},
|
|
{
|
|
"title": {
|
|
"en": "a recycling centre",
|
|
"nl": "een containerpark (recycling center)",
|
|
"de": "einen Wertstoffhof",
|
|
"es": "un centro de reciclado",
|
|
"it": "un centro di riciclo"
|
|
},
|
|
"tags": [
|
|
"amenity=recycling",
|
|
"recycling_type=centre"
|
|
]
|
|
}
|
|
],
|
|
"tagRenderings": [
|
|
"images",
|
|
{
|
|
"id": "recycling-type",
|
|
"question": {
|
|
"en": "What type of recycling is this?",
|
|
"nl": "Wat voor soort recycling is dit?",
|
|
"de": "Um welche Recyclingeinrichtung handelt es sich?",
|
|
"it": "Che tipo di raccolta è questo?"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "recycling_type=container",
|
|
"then": {
|
|
"en": "This is a recycling container",
|
|
"nl": "Dit is een recyclingcontainer",
|
|
"de": "Dies ist ein Recycling-Container",
|
|
"es": "Esto es un contenedor de reciclaje",
|
|
"it": "Questo è un contenitore per il riciclo di rifiuti",
|
|
"ca": "Açò és un contenidor de reciclatge"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling_type=centre",
|
|
"then": {
|
|
"en": "This is a recycling centre",
|
|
"nl": "Dit is een recyclingcentrum",
|
|
"de": "Dies ist ein Wertstoffhof",
|
|
"es": "Esto es un centro de reciclaje",
|
|
"it": "Questo è un centro per la raccola e riciclo di rifiuti",
|
|
"ca": "Açò és un centre de reciclatge"
|
|
}
|
|
},
|
|
{
|
|
"if": "amenity=waste_disposal",
|
|
"then": {
|
|
"en": "Waste disposal container for residual waste",
|
|
"nl": "Afvalcontainer voor restafval",
|
|
"de": "Dies ist ein Abfallbehälter für Restmüll",
|
|
"it": "Contenitore per lo smaltimento del secco"
|
|
},
|
|
"addExtraTags": [
|
|
"recycling:batteries=",
|
|
"recycling:beverage_cartons=",
|
|
"recycling:cans=",
|
|
"recycling:clothes=",
|
|
"recycling:cooking_oil=",
|
|
"recycling:engine_oil=",
|
|
"recycling:green_waste=",
|
|
"recycling:organic=",
|
|
"recycling:glass_bottles=",
|
|
"recycling:glass=",
|
|
"recycling:newspaper=",
|
|
"recycling:paper=",
|
|
"recycling:plastic_bottles=",
|
|
"recycling:plastic_packaging=",
|
|
"recycling:plastic=",
|
|
"recycling:scrap_metal=",
|
|
"recycling:shoes=",
|
|
"recycling:small_appliances=",
|
|
"recycling:small_electrical_appliances=",
|
|
"recycling:waste="
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "recycling-centre-name",
|
|
"question": {
|
|
"en": "What is the name of this recycling centre?",
|
|
"nl": "Wat is de naam van dit recyclagecentrum?",
|
|
"de": "Wie lautet der Name dieses Wertstoffhofs?",
|
|
"es": "¿Cual es el nombre de este centro de reciclaje?",
|
|
"it": "Come si chiama questo centro raccolta e riciclo rifiuti?"
|
|
},
|
|
"render": {
|
|
"en": "This recycling centre is named <b>{name}</b>",
|
|
"nl": "Dit recyclagecentrum heet <b>{name}</b>",
|
|
"de": "Dieser Wertstoffhof heißt <b>{name}</b>",
|
|
"es": "Este centro de reciclaje se llama <b>{name}</b>",
|
|
"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",
|
|
"nl": "Dit recyclagecentrum heeft geen specifieke naam",
|
|
"de": "Dieser Wertstoffhof hat keinen bestimmten Namen",
|
|
"es": "Este centro de reciclaje no tiene un nombre específico",
|
|
"it": "Questo centro raccolta e riciclo rifiuti non ha un nome specifico"
|
|
}
|
|
}
|
|
],
|
|
"condition": "recycling_type=centre"
|
|
},
|
|
{
|
|
"id": "container-location",
|
|
"question": {
|
|
"en": "Where is this container located?",
|
|
"nl": "Waar bevindt deze container zich?",
|
|
"de": "Wo befindet sich dieser Container?",
|
|
"es": "¿Dónde se sitúa este contenedor?",
|
|
"it": "Dove si trova questo contenitore?"
|
|
},
|
|
"condition": "recycling_type=container",
|
|
"mappings": [
|
|
{
|
|
"if": "location=underground",
|
|
"then": {
|
|
"en": "This is an underground container",
|
|
"nl": "Dit is een ondergrondse container",
|
|
"de": "Dies ist ein Unterflurcontainer",
|
|
"es": "Este es un contenedor bajo tierra",
|
|
"it": "E' un contenitore sotterraneo"
|
|
}
|
|
},
|
|
{
|
|
"if": "location=indoor",
|
|
"then": {
|
|
"en": "This container is located indoors",
|
|
"nl": "Deze container bevindt zich binnen",
|
|
"de": "Dieser Container befindet sich in einem Gebäude",
|
|
"es": "Este contenedor se sitúa en el interior",
|
|
"it": "Questo contenitore è al chiuso"
|
|
}
|
|
},
|
|
{
|
|
"if": "location=",
|
|
"then": {
|
|
"en": "This container is located outdoors",
|
|
"nl": "Deze container is buiten",
|
|
"de": "Der Container befindet sich im Freien",
|
|
"es": "Este contenedor se sitúa en el exterior",
|
|
"it": "Questo contenitore è all'aperto",
|
|
"ca": "Aquest contenidor està situat a l'aire lliure"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "recycling-accepts",
|
|
"question": {
|
|
"en": "What can be recycled here?",
|
|
"nl": "Wat kan hier gerecycled worden?",
|
|
"de": "Was kann hier recycelt werden?",
|
|
"es": "¿Qué se puede reciclar aquí?",
|
|
"it": "Cosa si può riciclare qui?"
|
|
},
|
|
"multiAnswer": true,
|
|
"mappings": [
|
|
{
|
|
"if": "recycling:batteries=yes",
|
|
"ifnot": "recycling:batteries=",
|
|
"then": {
|
|
"en": "Batteries can be recycled here",
|
|
"nl": "Batterijen kunnen hier gerecycled worden",
|
|
"de": "Batterien können hier recycelt werden",
|
|
"es": "Aquí se pueden reciclar baterías",
|
|
"it": "Batterie"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/batteries.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:beverage_cartons=yes",
|
|
"ifnot": "recycling:beverage_cartons=",
|
|
"then": {
|
|
"en": "Beverage cartons can be recycled here",
|
|
"nl": "Drankpakken kunnen hier gerecycled worden",
|
|
"de": "Getränkekartons können hier recycelt werden",
|
|
"it": "Cartoni per bevande",
|
|
"ca": "Ací es poden reciclar els cartons de begudes"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/beverage_cartons.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:cans=yes",
|
|
"ifnot": "recycling:cans=",
|
|
"then": {
|
|
"en": "Cans can be recycled here",
|
|
"nl": "Blikken kunnen hier gerecycled worden",
|
|
"de": "Dosen können hier recycelt werden",
|
|
"es": "Aquí se pueden reciclar latas",
|
|
"it": "Lattine",
|
|
"ca": "Ací es poden reciclar llaunes"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/cans.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:clothes=yes",
|
|
"ifnot": "recycling:clothes=",
|
|
"then": {
|
|
"en": "Clothes can be recycled here",
|
|
"nl": "Kleren kunnen hier gerecycled worden",
|
|
"de": "Kleidung kann hier recycelt werden",
|
|
"es": "Aquí se puede reciclar ropa",
|
|
"it": "Abiti"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/clothes.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:cooking_oil=yes",
|
|
"ifnot": "recycling:cooking_oil=",
|
|
"then": {
|
|
"en": "Cooking oil can be recycled here",
|
|
"nl": "Frituurvet kan hier gerecycled worden",
|
|
"de": "Speiseöl kann hier recycelt werden",
|
|
"es": "Aquí se puede reciclar aceite de cocina",
|
|
"it": "Olio da cucina"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/cooking_oil.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:engine_oil=yes",
|
|
"ifnot": "recycling:engine_oil=",
|
|
"then": {
|
|
"en": "Engine oil can be recycled here",
|
|
"nl": "Motorolie kan hier gerecycled worden",
|
|
"de": "Motoröl kann hier recycelt werden",
|
|
"es": "Aquí se puede reciclar aceite de motor",
|
|
"it": "Olio di motore"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/engine_oil.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:green_waste=yes",
|
|
"ifnot": "recycling:green_waste=",
|
|
"then": {
|
|
"en": "Green waste can be recycled here",
|
|
"nl": "Groen afval kan hier gerecycled worden",
|
|
"de": "Grünabfälle können hier recycelt werden",
|
|
"it": "Verde"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/garden_waste.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:organic=yes",
|
|
"ifnot": "recycling:organic=",
|
|
"then": {
|
|
"en": "Organic waste can be recycled here",
|
|
"nl": "Organisch afval kan hier gerecycled worden",
|
|
"de": "Bio-Abfall kann hier recycelt werden",
|
|
"es": "Aquí se pueden reciclar residuos orgánicos",
|
|
"it": "Umido",
|
|
"ca": "Ací es poden reciclar residus orgànics"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/garden_waste.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:glass_bottles=yes",
|
|
"ifnot": "recycling:glass_bottles=",
|
|
"then": {
|
|
"en": "Glass bottles can be recycled here",
|
|
"nl": "Glazen flessen kunnen hier gerecycled worden",
|
|
"de": "Glasflaschen können hier recycelt werden",
|
|
"es": "Aquí se pueden reciclar botellas de cristal",
|
|
"it": "Bottiglie di vetro",
|
|
"ca": "Ací es poden reciclar ampolles de vidre"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/glass_bottles.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:glass=yes",
|
|
"ifnot": "recycling:glass=",
|
|
"then": {
|
|
"en": "Glass can be recycled here",
|
|
"nl": "Glas kan hier gerecycled worden",
|
|
"de": "Glas kann hier recycelt werden",
|
|
"es": "Aquí se puede reciclar cristal",
|
|
"it": "Vetro",
|
|
"ca": "Ací es pot reciclar vidre"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/glass.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:newspaper=yes",
|
|
"ifnot": "recycling:newspaper=",
|
|
"then": {
|
|
"en": "Newspapers can be recycled here",
|
|
"nl": "Kranten kunnen hier gerecycled worden",
|
|
"de": "Zeitungen können hier recycelt werden",
|
|
"es": "Aquí se pueden reciclar periódicos",
|
|
"it": "Giornali",
|
|
"ca": "Ací es poden reciclar diaris"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/newspaper.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:paper=yes",
|
|
"ifnot": "recycling:paper=",
|
|
"then": {
|
|
"en": "Paper can be recycled here",
|
|
"nl": "Papier kan hier gerecycled worden",
|
|
"de": "Papier kann hier recycelt werden",
|
|
"es": "Aquí se puede reciclar papel",
|
|
"it": "Carta",
|
|
"ca": "Ací es pot reciclar paper"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/paper.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:plastic_bottles=yes",
|
|
"ifnot": "recycling:plastic_bottles=",
|
|
"then": {
|
|
"en": "Plastic bottles can be recycled here",
|
|
"nl": "Plastic flessen kunnen hier gerecycled worden",
|
|
"de": "Plastikflaschen können hier recycelt werden",
|
|
"es": "Aquí se pueden reciclar botellas de plástico",
|
|
"it": "Bottiglie di platica",
|
|
"ca": "Ací es poden reciclar ampolles de plàstic"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/plastic_bottles.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:plastic_packaging=yes",
|
|
"ifnot": "recycling:plastic_packaging=",
|
|
"then": {
|
|
"en": "Plastic packaging can be recycled here",
|
|
"nl": "Plastic verpakking kan hier gerecycled worden",
|
|
"de": "Kunststoffverpackungen können hier recycelt werden",
|
|
"es": "Aquí se pueden reciclar embalajes plásticos",
|
|
"it": "Confezioni di plastica",
|
|
"ca": "Ací es poden reciclar envasos de plàstic"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/plastic_packaging.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:plastic=yes",
|
|
"ifnot": "recycling:plastic=",
|
|
"then": {
|
|
"en": "Plastic can be recycled here",
|
|
"nl": "Plastic kan hier gerecycled worden",
|
|
"de": "Kunststoff kann hier recycelt werden",
|
|
"es": "Aquí se puede reciclar plástico",
|
|
"it": "Plastica",
|
|
"ca": "Ací es pot reciclar plàstic"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/plastic.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:scrap_metal=yes",
|
|
"ifnot": "recycling:scrap_metal=",
|
|
"then": {
|
|
"en": "Scrap metal can be recycled here",
|
|
"nl": "Oud metaal kan hier gerecycled worden",
|
|
"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"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:shoes=yes",
|
|
"ifnot": "recycling:shoes=",
|
|
"then": {
|
|
"en": "Shoes can be recycled here",
|
|
"nl": "Schoenen kunnen hier gerecycled worden",
|
|
"de": "Schuhe können hier recycelt werden",
|
|
"es": "Aquí se pueden reciclar zapatos",
|
|
"it": "Scarpe"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/shoes.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:small_appliances=yes",
|
|
"ifnot": "recycling:small_appliances=",
|
|
"then": {
|
|
"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"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/small_electrical_appliances.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:small_electrical_appliances=yes",
|
|
"ifnot": "recycling:small_electrical_appliances=",
|
|
"then": {
|
|
"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"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/recycling/small_electrical_appliances.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:needles=yes",
|
|
"ifnot": "recycling:needles=",
|
|
"then": {
|
|
"en": "Needles can be recycled here",
|
|
"nl": "Injectienaalden kunnen hier gerecycled worden",
|
|
"de": "Nadeln können hier recycelt werden",
|
|
"it": "Aghi e oggetti appuntiti"
|
|
}
|
|
},
|
|
{
|
|
"if": "recycling:waste=yes",
|
|
"ifnot": "recycling:waste=",
|
|
"then": {
|
|
"en": "Residual waste can be recycled here",
|
|
"nl": "Restafval kan hier gerecycled worden",
|
|
"de": "Restmüll kann hier recycelt werden",
|
|
"it": "Secco",
|
|
"ca": "Ací es pot reciclar el rebuig"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/waste_disposal/waste_disposal.svg",
|
|
"class": "medium"
|
|
},
|
|
"hideInAnswer": "recycling_type=container"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "operator",
|
|
"render": {
|
|
"en": "This recycling facility is operated by {operator}",
|
|
"nl": "Deze recyclingfaciliteit wordt beheerd door {operator}",
|
|
"de": "Diese Recyclinganlage wird betrieben von {operator}",
|
|
"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}"
|
|
},
|
|
"question": {
|
|
"en": "What company operates this recycling facility?",
|
|
"nl": "Wat is de beheerder van deze recyclingfaciliteit?",
|
|
"de": "Welches Unternehmen betreibt diese Recyclinganlage?",
|
|
"es": "¿Que empresa opera esta facilidad de reciclado?",
|
|
"it": "Quale azienda gestisce questo impianto di raccolta e riciclo?"
|
|
},
|
|
"freeform": {
|
|
"key": "operator",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "contact_information",
|
|
"builtin": [
|
|
"website",
|
|
"email",
|
|
"phone"
|
|
],
|
|
"override": {
|
|
"condition": "recycling_type=centre"
|
|
}
|
|
},
|
|
{
|
|
"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?",
|
|
"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?"
|
|
},
|
|
"freeform": {
|
|
"key": "opening_hours",
|
|
"type": "opening_hours"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "opening_hours=24/7",
|
|
"then": {
|
|
"en": "24/7",
|
|
"nl": "24/7",
|
|
"ca": "24/7",
|
|
"de": "24/7",
|
|
"es": "24/7",
|
|
"it": "24/7"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"filter": [
|
|
{
|
|
"id": "isOpen",
|
|
"options": [
|
|
{
|
|
"question": {
|
|
"en": "Currently open",
|
|
"nl": "Op dit moment open",
|
|
"de": "Derzeit geöffnet",
|
|
"es": "Actualmente abierto",
|
|
"it": "Aperto ora"
|
|
},
|
|
"osmTags": "_isOpen=yes"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "recyclingType",
|
|
"options": [
|
|
{
|
|
"question": {
|
|
"en": "All recycling types",
|
|
"nl": "Alle recyclingtypes",
|
|
"de": "Alle Recyclingarten",
|
|
"es": "Todos los tipos de reciclado",
|
|
"it": "Tutti i tipi di rifiuti"
|
|
}
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of batteries",
|
|
"nl": "Recycling van batterijen",
|
|
"de": "Recycling von Batterien",
|
|
"es": "Reciclaje de baterías",
|
|
"it": "Riciclo di batterie"
|
|
},
|
|
"osmTags": "recycling:batteries=yes"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of beverage cartons",
|
|
"nl": "Recycling van drankpakken",
|
|
"de": "Recycling von Getränkekartons",
|
|
"it": "Riciclo di confezioni per bevande"
|
|
},
|
|
"osmTags": "recycling:beverage_cartons=yes"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of cans",
|
|
"nl": "Recycling van blikken",
|
|
"de": "Recycling von Dosen",
|
|
"es": "Reciclaje de latas",
|
|
"it": "Riciclo di lattine"
|
|
},
|
|
"osmTags": "recycling:cans=yes"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of clothes",
|
|
"nl": "Recycling van kleding",
|
|
"de": "Recycling von Kleidung",
|
|
"es": "Reciclaje de ropa",
|
|
"it": "Riciclo di abiti"
|
|
},
|
|
"osmTags": "recycling:clothes=yes"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of cooking oil",
|
|
"nl": "Recycling van frituurvet",
|
|
"de": "Recycling von Speiseöl",
|
|
"es": "Reciclaje de aceite de cocina",
|
|
"it": "Riciclo di olio da cucina"
|
|
},
|
|
"osmTags": "recycling:cooking_oil=yes"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of engine oil",
|
|
"nl": "Recycling van motorolie",
|
|
"de": "Recycling von Motoröl",
|
|
"es": "Reciclaje de aceite de motor",
|
|
"it": "Riciclo di olio da motore"
|
|
},
|
|
"osmTags": "recycling:engine_oil=yes"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of green waste",
|
|
"nl": "Recycling van groen afval",
|
|
"de": "Recycling von Grünabfällen",
|
|
"it": "Riciclo di umido"
|
|
},
|
|
"osmTags": {
|
|
"or": [
|
|
"recycling:green_waste=yes",
|
|
"recycling:organic=yes"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of glass bottles",
|
|
"nl": "Recycling van glazen flessen",
|
|
"de": "Recycling von Glasflaschen",
|
|
"es": "Reciclaje de botellas de cristal",
|
|
"it": "Riciclo di bottiglie di vetro"
|
|
},
|
|
"osmTags": "recycling:glass_bottles=yes"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of glass",
|
|
"nl": "Recycling van glas",
|
|
"de": "Recycling von Glas",
|
|
"es": "Reciclaje de cristal",
|
|
"it": "Riciclo di vetro"
|
|
},
|
|
"osmTags": "recycling:glass=yes"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of newspapers",
|
|
"nl": "Recycling van kranten",
|
|
"de": "Recycling von Zeitungen",
|
|
"es": "Reciclaje de periódicos",
|
|
"it": "Riciclo di giornali"
|
|
},
|
|
"osmTags": "recycling:newspaper=yes"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of paper",
|
|
"nl": "Recycling van papier",
|
|
"de": "Recycling von Papier",
|
|
"es": "Reciclaje de papel",
|
|
"it": "Riciclo di carta"
|
|
},
|
|
"osmTags": "recycling:paper=yes"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of plastic bottles",
|
|
"nl": "Recycling van plastic flessen",
|
|
"de": "Recycling von Plastikflaschen",
|
|
"es": "Reciclaje de botellas de papel",
|
|
"it": "Riciclo di bottiglie di plastica"
|
|
},
|
|
"osmTags": "recycling:plastic_bottles=yes"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of plastic packaging",
|
|
"nl": "Recycling van plastic verpakking",
|
|
"de": "Recycling von Kunststoffverpackungen",
|
|
"es": "Reciclaje de embalajes plásticos",
|
|
"it": "Riciclo di confezioni di plastica"
|
|
},
|
|
"osmTags": "recycling:plastic_packaging=yes"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of plastic",
|
|
"nl": "Recycling van plastic",
|
|
"de": "Recycling von Kunststoffen",
|
|
"es": "Reciclaje de plástico",
|
|
"it": "Riciclo di plastica"
|
|
},
|
|
"osmTags": "recycling:plastic=yes"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of scrap metal",
|
|
"nl": "Recycling van oud metaal",
|
|
"de": "Recycling von Metallschrott",
|
|
"es": "Reciclaje de chatarra",
|
|
"it": "Riciclo di rottami metallici"
|
|
},
|
|
"osmTags": "recycling:scrap_metal=yes"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of small electrical appliances",
|
|
"nl": "Recycling van kleine elektrische apparaten",
|
|
"de": "Recycling von Elektrokleingeräten",
|
|
"it": "Riciclo di piccoli elettrodomestici"
|
|
},
|
|
"osmTags": {
|
|
"or": [
|
|
"recycling:small_appliances=yes",
|
|
"recycling:small_electrical_appliances=yes"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Recycling of residual waste",
|
|
"nl": "Recycling van restafval",
|
|
"de": "Recycling von Restabfällen",
|
|
"it": "Riciclo di secco"
|
|
},
|
|
"osmTags": "recycling:waste=yes"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"deletion": {
|
|
"neededChangesets": 1
|
|
},
|
|
"allowMove": {
|
|
"enableRelocation": false,
|
|
"enableImproveAccuracy": true
|
|
}
|
|
} |