Small fixes (organic and appliances)
This commit is contained in:
parent
63327c8832
commit
62153e0eb4
3 changed files with 39 additions and 5 deletions
|
@ -112,7 +112,12 @@
|
||||||
"then": "circle:#FFFFFF;./assets/layers/recycling/shoes.svg"
|
"then": "circle:#FFFFFF;./assets/layers/recycling/shoes.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "recycling:small_electrical_appliances=yes",
|
"if": {
|
||||||
|
"or": [
|
||||||
|
"recycling:small_appliances=yes",
|
||||||
|
"recycling:small_electrical_appliances=yes"
|
||||||
|
]
|
||||||
|
},
|
||||||
"then": "circle:#FFFFFF;./assets/layers/recycling/small_electrical_appliances.svg"
|
"then": "circle:#FFFFFF;./assets/layers/recycling/small_electrical_appliances.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -412,13 +417,26 @@
|
||||||
"class": "medium"
|
"class": "medium"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"if": "recycling:small_appliances=yes",
|
||||||
|
"ifnot": "recycling:small_appliances=",
|
||||||
|
"then": {
|
||||||
|
"en": "Small electrical appliances can be recycled here",
|
||||||
|
"nl": "Kleine elektrische apparaten kunnen hier gerecycled worden"
|
||||||
|
},
|
||||||
|
"icon": {
|
||||||
|
"path": "./assets/layers/recycling/small_electrical_appliances.svg",
|
||||||
|
"class": "medium"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"if": "recycling:small_electrical_appliances=yes",
|
"if": "recycling:small_electrical_appliances=yes",
|
||||||
"ifnot": "recycling:small_electrical_appliances=",
|
"ifnot": "recycling:small_electrical_appliances=",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Small electrical appliances can be recycled here",
|
"en": "Small electrical appliances can be recycled here",
|
||||||
"nl": "Kleine elektronische apparaten kunnen hier gerecycled worden"
|
"nl": "Kleine elektrische apparaten kunnen hier gerecycled worden"
|
||||||
},
|
},
|
||||||
|
"hideInAnswer": true,
|
||||||
"icon": {
|
"icon": {
|
||||||
"path": "./assets/layers/recycling/small_electrical_appliances.svg",
|
"path": "./assets/layers/recycling/small_electrical_appliances.svg",
|
||||||
"class": "medium"
|
"class": "medium"
|
||||||
|
@ -544,7 +562,12 @@
|
||||||
"en": "Recycling of green waste",
|
"en": "Recycling of green waste",
|
||||||
"nl": "Recycling van groen afval"
|
"nl": "Recycling van groen afval"
|
||||||
},
|
},
|
||||||
"osmTags": "recycling:green_waste=yes"
|
"osmTags": {
|
||||||
|
"or": [
|
||||||
|
"recycling:green_waste=yes",
|
||||||
|
"recycling:organic=yes"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
|
@ -607,7 +630,12 @@
|
||||||
"en": "Recycling of small electrical appliances",
|
"en": "Recycling of small electrical appliances",
|
||||||
"nl": "Recycling van kleine elektrische apparaten"
|
"nl": "Recycling van kleine elektrische apparaten"
|
||||||
},
|
},
|
||||||
"osmTags": "recycling:small_electrical_appliances=yes"
|
"osmTags": {
|
||||||
|
"or": [
|
||||||
|
"recycling:small_appliances=yes",
|
||||||
|
"recycling:small_electrical_appliances=yes"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
|
|
|
@ -4312,6 +4312,9 @@
|
||||||
"then": "Small electrical appliances can be recycled here"
|
"then": "Small electrical appliances can be recycled here"
|
||||||
},
|
},
|
||||||
"18": {
|
"18": {
|
||||||
|
"then": "Small electrical appliances can be recycled here"
|
||||||
|
},
|
||||||
|
"19": {
|
||||||
"then": "Residual waste can be recycled here"
|
"then": "Residual waste can be recycled here"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -4101,9 +4101,12 @@
|
||||||
"then": "Schoenen kunnen hier gerecycled worden"
|
"then": "Schoenen kunnen hier gerecycled worden"
|
||||||
},
|
},
|
||||||
"17": {
|
"17": {
|
||||||
"then": "Kleine elektronische apparaten kunnen hier gerecycled worden"
|
"then": "Kleine elektrische apparaten kunnen hier gerecycled worden"
|
||||||
},
|
},
|
||||||
"18": {
|
"18": {
|
||||||
|
"then": "Kleine elektrische apparaten kunnen hier gerecycled worden"
|
||||||
|
},
|
||||||
|
"19": {
|
||||||
"then": "Restafval kan hier gerecycled worden"
|
"then": "Restafval kan hier gerecycled worden"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue