forked from MapComplete/MapComplete
Added waste to recycling theme
This commit is contained in:
parent
951877dc50
commit
b59f3ca5c8
3 changed files with 31 additions and 0 deletions
|
@ -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?"
|
||||
|
|
|
@ -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?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue