forked from MapComplete/MapComplete
Add 'needles' as waste category
This commit is contained in:
parent
f61df52c7d
commit
f59b2aee33
3 changed files with 14 additions and 0 deletions
|
@ -773,6 +773,14 @@
|
||||||
"class": "medium"
|
"class": "medium"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"if": "recycling:needles=yes",
|
||||||
|
"ifnot": "recycling:needles=",
|
||||||
|
"then": {
|
||||||
|
"en": "Needles can be recycled here",
|
||||||
|
"nl": "Injectienaalden kunnen hier gerecycled worden"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"if": "recycling:waste=yes",
|
"if": "recycling:waste=yes",
|
||||||
"ifnot": "recycling:waste=",
|
"ifnot": "recycling:waste=",
|
||||||
|
|
|
@ -4353,6 +4353,9 @@
|
||||||
"then": "Small electrical appliances can be recycled here"
|
"then": "Small electrical appliances can be recycled here"
|
||||||
},
|
},
|
||||||
"19": {
|
"19": {
|
||||||
|
"then": "Needles can be recycled here"
|
||||||
|
},
|
||||||
|
"20": {
|
||||||
"then": "Residual waste can be recycled here"
|
"then": "Residual waste can be recycled here"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -4398,6 +4398,9 @@
|
||||||
"then": "Kleine elektrische apparaten kunnen hier gerecycled worden"
|
"then": "Kleine elektrische apparaten kunnen hier gerecycled worden"
|
||||||
},
|
},
|
||||||
"19": {
|
"19": {
|
||||||
|
"then": "Injectienaalden kunnen hier gerecycled worden"
|
||||||
|
},
|
||||||
|
"20": {
|
||||||
"then": "Restafval kan hier gerecycled worden"
|
"then": "Restafval kan hier gerecycled worden"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue