diff --git a/assets/layers/recycling/recycling.json b/assets/layers/recycling/recycling.json index b0e3f9562..d42d1bf81 100644 --- a/assets/layers/recycling/recycling.json +++ b/assets/layers/recycling/recycling.json @@ -170,6 +170,35 @@ "en": "This is a recycling centre", "nl": "Dit is een recyclingcentrum" } + }, + { + "if": "amenity=waste_disposal", + "then": { + "en": "Waste disposal container for residual waste", + "nl": "Afvalcontainer voor restafval" + }, + "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=" + ] } ] }, @@ -452,7 +481,8 @@ "icon": { "path": "./assets/layers/waste_disposal/waste_disposal.svg", "class": "medium" - } + }, + "hideInAnswer": "recycling_type=container" } ] }, diff --git a/langs/layers/en.json b/langs/layers/en.json index a10d84461..54d43657b 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -4327,6 +4327,9 @@ }, "1": { "then": "This is a recycling centre" + }, + "2": { + "then": "Waste disposal container for residual waste" } }, "question": "What type of recycling is this?" diff --git a/langs/layers/nl.json b/langs/layers/nl.json index 23fda94ad..a4ce4c6a5 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -4119,6 +4119,9 @@ }, "1": { "then": "Dit is een recyclingcentrum" + }, + "2": { + "then": "Afvalcontainer voor restafval" } }, "question": "Wat voor soort recycling is dit?"