Add waste disposal layer

This commit is contained in:
Robin van der Linde 2022-01-01 15:32:33 +01:00
parent 8b0c07f898
commit fe539d72f9
11 changed files with 635 additions and 7 deletions

View file

@ -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"
}