diff --git a/assets/layers/recycling/recycling.json b/assets/layers/recycling/recycling.json index 58e1d28fdb..e4d640f217 100644 --- a/assets/layers/recycling/recycling.json +++ b/assets/layers/recycling/recycling.json @@ -109,6 +109,10 @@ { "if": "recycling:small_electrical_appliances=yes", "then": "circle:#FFFFFF;./assets/layers/recycling/small_electrical_appliances.svg" + }, + { + "if": "recycling:waste=yes", + "then": "circle:#FFFFFF;./assets/layers/waste_disposal/waste_disposal.svg" } ] } @@ -333,6 +337,14 @@ "en": "
Small electrical appliances can be recycled here
", "nl": "
Kleine elektronische apparaten kunnen hier gerecycled worden
" } + }, + { + "if": "recycling:waste=yes", + "ifnot": "recycling:waste=", + "then": { + "en": "
Residual waste can be recycled here
", + "nl": "
Restafval kan hier gerecycled worden
" + } } ] }, @@ -506,6 +518,13 @@ "nl": "Recycling van kleine elektrische apparaten" }, "osmTags": "recycling:small_electrical_appliances=yes" + }, + { + "question": { + "en": "Recycling of residual waste", + "nl": "Recycling van restafval" + }, + "osmTags": "recycling:waste=yes" } ] } diff --git a/langs/layers/en.json b/langs/layers/en.json index f6f2c8e2d3..a08fbbb598 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -3692,6 +3692,9 @@ }, "16": { "question": "Recycling of small electrical appliances" + }, + "17": { + "question": "Recycling of residual waste" } } } @@ -3784,6 +3787,9 @@ }, "16": { "then": "
Small electrical appliances can be recycled here
" + }, + "17": { + "then": "
Residual waste can be recycled here
" } }, "question": "What can be recycled here?" diff --git a/langs/layers/nl.json b/langs/layers/nl.json index b9d8c781b6..31967af2db 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -3675,6 +3675,9 @@ }, "16": { "question": "Recycling van kleine elektrische apparaten" + }, + "17": { + "question": "Recycling van restafval" } } } @@ -3767,6 +3770,9 @@ }, "16": { "then": "
Kleine elektronische apparaten kunnen hier gerecycled worden
" + }, + "17": { + "then": "
Restafval kan hier gerecycled worden
" } }, "question": "Wat kan hier gerecycled worden?"