Added waste to recycling theme

This commit is contained in:
Robin van der Linde 2022-01-09 14:28:14 +01:00
parent 951877dc50
commit b59f3ca5c8
3 changed files with 31 additions and 0 deletions

View file

@ -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": "<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>",
"nl": "<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>"
}
},
{
"if": "recycling:waste=yes",
"ifnot": "recycling:waste=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/waste_disposal/waste_disposal.svg'/> Residual waste can be recycled here</div>",
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/waste_disposal/waste_disposal.svg'/> Restafval kan hier gerecycled worden</div>"
}
}
]
},
@ -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"
}
]
}

View file

@ -3692,6 +3692,9 @@
},
"16": {
"question": "Recycling of small electrical appliances"
},
"17": {
"question": "Recycling of residual waste"
}
}
}
@ -3784,6 +3787,9 @@
},
"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>"
},
"17": {
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/waste_disposal/waste_disposal.svg'/> Residual waste can be recycled here</div>"
}
},
"question": "What can be recycled here?"

View file

@ -3675,6 +3675,9 @@
},
"16": {
"question": "Recycling van kleine elektrische apparaten"
},
"17": {
"question": "Recycling van restafval"
}
}
}
@ -3767,6 +3770,9 @@
},
"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>"
},
"17": {
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/waste_disposal/waste_disposal.svg'/> Restafval kan hier gerecycled worden</div>"
}
},
"question": "Wat kan hier gerecycled worden?"