Add waste disposal layer
This commit is contained in:
parent
8b0c07f898
commit
fe539d72f9
11 changed files with 635 additions and 7 deletions
|
@ -74,10 +74,10 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "container-underground",
|
||||
"id": "container-location",
|
||||
"question": {
|
||||
"en": "Is this container underground?",
|
||||
"nl": "Is deze container ondergrond?"
|
||||
"en": "Where is this container located?",
|
||||
"nl": "Waar bevindt deze container zich?"
|
||||
},
|
||||
"condition": "recycling_type=container",
|
||||
"mappings": [
|
||||
|
@ -88,11 +88,18 @@
|
|||
"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 not underground",
|
||||
"nl": "Deze container is niet ondergronds"
|
||||
"en": "This container is located outdoors",
|
||||
"nl": "Deze container is buiten"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -414,7 +421,6 @@
|
|||
},
|
||||
"osmTags": "recycling:small_electrical_appliances=yes"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -208,7 +208,7 @@
|
|||
"nl": "Vuilnisbak voor injectienaalden en andere scherpe voorwerpen",
|
||||
"de": "Mülleimer für Nadeln und andere scharfe Gegenstände"
|
||||
},
|
||||
"osmTags": "waste=sharps"
|
||||
"osmTags": "waste=sharps"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
12
assets/layers/waste_disposal/license_info.json
Normal file
12
assets/layers/waste_disposal/license_info.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"path": "waste_disposal.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"kocio-pl"
|
||||
],
|
||||
"sources": [
|
||||
"https://github.com/gravitystorm/openstreetmap-carto/blob/master/symbols/amenity/waste_disposal.svg"
|
||||
]
|
||||
}
|
||||
]
|
88
assets/layers/waste_disposal/waste_disposal.json
Normal file
88
assets/layers/waste_disposal/waste_disposal.json
Normal file
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"id": "waste_disposal",
|
||||
"name": {
|
||||
"en": "Waste Disposal Bins"
|
||||
},
|
||||
"description": {
|
||||
"en": "Waste Disposal Bin, medium to large bin for disposal of (household) waste"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "amenity=waste_disposal"
|
||||
},
|
||||
"minZoom": 12,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Waste Disposal"
|
||||
}
|
||||
},
|
||||
"mapRendering": [
|
||||
{
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"icon": "./assets/layers/waste_disposal/waste_disposal.svg"
|
||||
}
|
||||
],
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "Waste Disposal Bin"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=waste_disposal"
|
||||
],
|
||||
"description": {
|
||||
"en": "Medium to large bin for disposal of (household) waste"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "access",
|
||||
"render": {
|
||||
"en": "Access: {access}"
|
||||
},
|
||||
"question": {
|
||||
"en": "Who can use this waste disposal bin?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "access",
|
||||
"type": "string"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "access=yes",
|
||||
"then": {
|
||||
"en": "This bin can be used by anyone"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "access=no",
|
||||
"then": {
|
||||
"en": "This bin is private"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "access=residents",
|
||||
"then": {
|
||||
"en": "This bin is only for residents"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
{
|
||||
"id": "public-access",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "Only public access"
|
||||
},
|
||||
"osmTags": "access=yes"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
31
assets/layers/waste_disposal/waste_disposal.svg
Normal file
31
assets/layers/waste_disposal/waste_disposal.svg
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 14 14"
|
||||
height="14"
|
||||
width="14"
|
||||
id="svg10"
|
||||
version="1.1">
|
||||
<metadata
|
||||
id="metadata16">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs14" />
|
||||
<path
|
||||
id="path817"
|
||||
d="M 6 1 L 6 2 L 3 2 L 3 3 L 11 3 L 11 2 L 8 2 L 8 1 L 6 1 z M 3 5 L 4 14 L 10 14 L 11 5 L 3 5 z M 5 6 L 6 6 L 6 13 L 5 13 L 5 6 z M 8 6 L 9 6 L 9 13 L 8 13 L 8 6 z "
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-opacity:1" />
|
||||
</svg>
|
After Width: | Height: | Size: 1,001 B |
|
@ -27,6 +27,9 @@
|
|||
},
|
||||
{
|
||||
"builtin": "recycling"
|
||||
},
|
||||
{
|
||||
"builtin": "waste_disposal"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -3092,6 +3092,37 @@
|
|||
},
|
||||
"waste_basket": {
|
||||
"description": "Dies ist ein öffentlicher Abfalleimer, in den Sie Ihren Müll entsorgen können.",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle Typen"
|
||||
},
|
||||
"1": {
|
||||
"question": "Mülleimer für Zigaretten"
|
||||
},
|
||||
"2": {
|
||||
"question": "Mülleimer für Drogen"
|
||||
},
|
||||
"3": {
|
||||
"question": "Mülleimer für Hundekot"
|
||||
},
|
||||
"4": {
|
||||
"question": "Mülleimer für allgemeinen Müll"
|
||||
},
|
||||
"5": {
|
||||
"question": "Mülleimer für Nadeln und andere scharfe Gegenstände"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Abfalleimer mit Spender für (Hunde-)Kotbeutel"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"mapRendering": {
|
||||
"0": {
|
||||
"iconSize": {
|
||||
|
|
|
@ -3620,6 +3620,180 @@
|
|||
"render": "Bookcase"
|
||||
}
|
||||
},
|
||||
"recycling": {
|
||||
"description": "A layer with recycling containers and centres",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Currently open"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "All recycling types"
|
||||
},
|
||||
"1": {
|
||||
"question": "Recycling of batteries"
|
||||
},
|
||||
"2": {
|
||||
"question": "Recycling of beverage cartons"
|
||||
},
|
||||
"3": {
|
||||
"question": "Recycling of cans"
|
||||
},
|
||||
"4": {
|
||||
"question": "Recycling of clothes"
|
||||
},
|
||||
"5": {
|
||||
"question": "Recycling of cooking oil"
|
||||
},
|
||||
"6": {
|
||||
"question": "Recycling of engine oil"
|
||||
},
|
||||
"7": {
|
||||
"question": "Recycling of green waste"
|
||||
},
|
||||
"8": {
|
||||
"question": "Recycling of glass bottles"
|
||||
},
|
||||
"9": {
|
||||
"question": "Recycling of glass"
|
||||
},
|
||||
"10": {
|
||||
"question": "Recycling of newspapers"
|
||||
},
|
||||
"11": {
|
||||
"question": "Recycling of paper"
|
||||
},
|
||||
"12": {
|
||||
"question": "Recycling of plastic bottles"
|
||||
},
|
||||
"13": {
|
||||
"question": "Recycling of plastic packaging"
|
||||
},
|
||||
"14": {
|
||||
"question": "Recycling of plastic"
|
||||
},
|
||||
"15": {
|
||||
"question": "Recycling of scrap metal"
|
||||
},
|
||||
"16": {
|
||||
"question": "Recycling of small electrical appliances"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Recycling",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "recycling container"
|
||||
},
|
||||
"1": {
|
||||
"title": "recycling centre"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"container-location": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is an underground container"
|
||||
},
|
||||
"1": {
|
||||
"then": "This container is located indoors"
|
||||
},
|
||||
"2": {
|
||||
"then": "This container is located outdoors"
|
||||
}
|
||||
},
|
||||
"question": "Where is this container located?"
|
||||
},
|
||||
"opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "24/7"
|
||||
}
|
||||
},
|
||||
"question": "What are the opening hours of this recycling facility?"
|
||||
},
|
||||
"operator": {
|
||||
"question": "What company operates this recycling facility?",
|
||||
"render": "This recycling facility is operated by {operator}"
|
||||
},
|
||||
"recycling-accepts": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/batteries.svg'/> Batteries can be recycled here</div>"
|
||||
},
|
||||
"1": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/beverage_cartons.svg'/> Beverage cartons can be recycled here</div>"
|
||||
},
|
||||
"2": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/cans.svg'/> Cans can be recycled here</div>"
|
||||
},
|
||||
"3": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/clothes.svg'/> Clothes can be recycled here</div>"
|
||||
},
|
||||
"4": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/cooking_oil.svg'/> Cooking oil can be recycled here</div>"
|
||||
},
|
||||
"5": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/engine_oil.svg'/> Engine oil can be recycled here</div>"
|
||||
},
|
||||
"6": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/garden_waste.svg'/> Green waste can be recycled here</div>"
|
||||
},
|
||||
"7": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/glass_bottles.svg'/> Glass bottles can be recycled here</div>"
|
||||
},
|
||||
"8": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/glass.svg'/> Glass can be recycled here</div>"
|
||||
},
|
||||
"9": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/newspaper.svg'/> Newspapers can be recycled here</div>"
|
||||
},
|
||||
"10": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/paper.svg'/> Paper can be recycled here</div>"
|
||||
},
|
||||
"11": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/plastic_bottles.svg'/> Plastic bottles can be recycled here</div>"
|
||||
},
|
||||
"12": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/plastic_packaging.svg'/> Plastic packaging can be recycled here</div>"
|
||||
},
|
||||
"13": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/plastic.svg'/> Plastic can be recycled here</div>"
|
||||
},
|
||||
"14": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/scrap_metal.svg'/> Scrap metal can be recycled here</div>"
|
||||
},
|
||||
"15": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/shoes.svg'/> Shoes can be recycled here</div>"
|
||||
},
|
||||
"16": {
|
||||
"then": "<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>"
|
||||
}
|
||||
},
|
||||
"question": "What can be recycled here?"
|
||||
},
|
||||
"recycling-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a recycling container"
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a recycling centre"
|
||||
}
|
||||
},
|
||||
"question": "What type of recycling is this?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Recycling facility"
|
||||
}
|
||||
},
|
||||
"shops": {
|
||||
"description": "A shop",
|
||||
"name": "Shop",
|
||||
|
@ -4462,6 +4636,37 @@
|
|||
},
|
||||
"waste_basket": {
|
||||
"description": "This is a public waste basket, thrash can, where you can throw away your thrash.",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "All types"
|
||||
},
|
||||
"1": {
|
||||
"question": "Waste basket for cigarettes"
|
||||
},
|
||||
"2": {
|
||||
"question": "Waste basket for drugs"
|
||||
},
|
||||
"3": {
|
||||
"question": "Waste basket for dog excrement"
|
||||
},
|
||||
"4": {
|
||||
"question": "Waste basket for trash"
|
||||
},
|
||||
"5": {
|
||||
"question": "Waste basket for sharps"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Waste basket with dispenser for (dog) excrement bags"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"mapRendering": {
|
||||
"0": {
|
||||
"iconSize": {
|
||||
|
@ -4522,6 +4727,45 @@
|
|||
"render": "Waste Basket"
|
||||
}
|
||||
},
|
||||
"waste_disposal": {
|
||||
"description": "Waste Disposal Bin, medium to large bin for disposal of (household) waste",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Only public access"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Waste Disposal Bins",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Medium to large bin for disposal of (household) waste",
|
||||
"title": "Waste Disposal Bin"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This bin can be used by anyone"
|
||||
},
|
||||
"1": {
|
||||
"then": "This bin is private"
|
||||
},
|
||||
"2": {
|
||||
"then": "This bin is only for residents"
|
||||
}
|
||||
},
|
||||
"question": "Who can use this waste disposal bin?",
|
||||
"render": "Access: {access}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Waste Disposal"
|
||||
}
|
||||
},
|
||||
"watermill": {
|
||||
"name": "Watermill"
|
||||
}
|
||||
|
|
|
@ -3606,6 +3606,180 @@
|
|||
"render": "Boekenruilkast"
|
||||
}
|
||||
},
|
||||
"recycling": {
|
||||
"description": "Een laag met recyclagingcontainers en -centrums",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Op dit moment open"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle recyclingtypes"
|
||||
},
|
||||
"1": {
|
||||
"question": "Recycling van batterijen"
|
||||
},
|
||||
"2": {
|
||||
"question": "Recycling van drankpakken"
|
||||
},
|
||||
"3": {
|
||||
"question": "Recycling van blikken"
|
||||
},
|
||||
"4": {
|
||||
"question": "Recycling van kleding"
|
||||
},
|
||||
"5": {
|
||||
"question": "Recycling van frituurvet"
|
||||
},
|
||||
"6": {
|
||||
"question": "Recycling van motorolie"
|
||||
},
|
||||
"7": {
|
||||
"question": "Recycling van groen afval"
|
||||
},
|
||||
"8": {
|
||||
"question": "Recycling van glazen flessen"
|
||||
},
|
||||
"9": {
|
||||
"question": "Recycling van glas"
|
||||
},
|
||||
"10": {
|
||||
"question": "Recycling van kranten"
|
||||
},
|
||||
"11": {
|
||||
"question": "Recycling van papier"
|
||||
},
|
||||
"12": {
|
||||
"question": "Recycling van plastic flessen"
|
||||
},
|
||||
"13": {
|
||||
"question": "Recycling van plastic verpakking"
|
||||
},
|
||||
"14": {
|
||||
"question": "Recycling van plastic"
|
||||
},
|
||||
"15": {
|
||||
"question": "Recycling van oud metaal"
|
||||
},
|
||||
"16": {
|
||||
"question": "Recycling van kleine elektrische apparaten"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Recycling",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "recycling container"
|
||||
},
|
||||
"1": {
|
||||
"title": "recycling centre"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"container-location": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een ondergrondse container"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze container bevindt binnen"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze container is buiten"
|
||||
}
|
||||
},
|
||||
"question": "Waar bevindt deze container zich?"
|
||||
},
|
||||
"opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "24/7"
|
||||
}
|
||||
},
|
||||
"question": "Wat zijn de openingstijden van deze recyclingfaciliteit?"
|
||||
},
|
||||
"operator": {
|
||||
"question": "Wat is de beheerder van deze recyclingfaciliteit?",
|
||||
"render": "Deze recyclingfaciliteit wordt beheerd door {operator}"
|
||||
},
|
||||
"recycling-accepts": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/batteries.svg'/> Batterijen kunnen hier gerecycled worden</div>"
|
||||
},
|
||||
"1": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/beverage_cartons.svg'/> Drankpakken kunnen hier gerecycled worden</div>"
|
||||
},
|
||||
"2": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/cans.svg'/> Blikken kunnen hier gerecycled worden</div>"
|
||||
},
|
||||
"3": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/clothes.svg'/> Kleren kunnen hier gerecycled worden</div>"
|
||||
},
|
||||
"4": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/cooking_oil.svg'/> Frituurvet kan hier gerecycled worden</div>"
|
||||
},
|
||||
"5": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/engine_oil.svg'/> Motorolie kan hier gerecycled worden</div>"
|
||||
},
|
||||
"6": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/garden_waste.svg'/> Groen afval kan hier gerecycled worden</div>"
|
||||
},
|
||||
"7": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/glass_bottles.svg'/> Glazen flessen kunnen hier gerecycled worden</div>"
|
||||
},
|
||||
"8": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/glass.svg'/> Glas kan hier gerecycled worden</div>"
|
||||
},
|
||||
"9": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/newspaper.svg'/> Kranten kunnen hier gerecycled worden</div>"
|
||||
},
|
||||
"10": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/paper.svg'/> Papier kan hier gerecycled worden</div>"
|
||||
},
|
||||
"11": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/plastic_bottles.svg'/> Plastic flessen kunnen hier gerecycled worden</div>"
|
||||
},
|
||||
"12": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/plastic_packaging.svg'/> Plastic verpakking kan hier gerecycled worden</div>"
|
||||
},
|
||||
"13": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/plastic.svg'/> Plastic kan hier gerecycled worden</div>"
|
||||
},
|
||||
"14": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/scrap_metal.svg'/> Oud metaal kan hier gerecycled worden</div>"
|
||||
},
|
||||
"15": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/recycling/shoes.svg'/> Schoenen kunnen hier gerecycled worden</div>"
|
||||
},
|
||||
"16": {
|
||||
"then": "<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>"
|
||||
}
|
||||
},
|
||||
"question": "Wat kan hier gerecycled worden?"
|
||||
},
|
||||
"recycling-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een recyclingcontainer"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit is een recyclingcentrum"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor soort recycling is dit?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Recyclingfaciliteit"
|
||||
}
|
||||
},
|
||||
"shops": {
|
||||
"description": "Een winkel",
|
||||
"name": "Winkel",
|
||||
|
@ -4512,6 +4686,37 @@
|
|||
},
|
||||
"waste_basket": {
|
||||
"description": "Dit is een publieke vuilnisbak waar je je afval kan weggooien.",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle soorten"
|
||||
},
|
||||
"1": {
|
||||
"question": "Vuilnisbak voor sigarettenpeuken"
|
||||
},
|
||||
"2": {
|
||||
"question": "Vuilnisbak voor (vervallen) medicatie en drugs"
|
||||
},
|
||||
"3": {
|
||||
"question": "Vuilnisbak voor hondenuitwerpselen"
|
||||
},
|
||||
"4": {
|
||||
"question": "Vuilnisbak voor zwerfvuil"
|
||||
},
|
||||
"5": {
|
||||
"question": "Vuilnisbak voor injectienaalden en andere scherpe voorwerpen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Vuilnisbak met verdeler voor hondenpoepzakjes"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"mapRendering": {
|
||||
"0": {
|
||||
"iconSize": {
|
||||
|
|
|
@ -1264,6 +1264,10 @@
|
|||
},
|
||||
"title": "UK Addresses"
|
||||
},
|
||||
"waste": {
|
||||
"description": "Map showing waste baskets and recycling facilities.",
|
||||
"title": "Waste"
|
||||
},
|
||||
"waste_basket": {
|
||||
"description": "On this map, you'll find waste baskets near you. If a waste basket is missing on this map, you can add it yourself",
|
||||
"shortDescription": "A map with waste baskets",
|
||||
|
|
|
@ -1057,6 +1057,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"waste": {
|
||||
"description": "Kaart met afvalbakken en recyclingfaciliteiten.",
|
||||
"title": "Afval"
|
||||
},
|
||||
"waste_basket": {
|
||||
"description": "Op deze kaart vind je vuilnisbakken waar je afval in kan smijten. Ontbreekt er een vuilnisbak? Dan kan je die zelf toevoegen",
|
||||
"shortDescription": "Een kaart met vuilnisbakken",
|
||||
|
|
Loading…
Reference in a new issue