From f2d022664a275c2cfe48cfe02af202546fd5cd6a Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Fri, 18 Feb 2022 03:16:05 +0100 Subject: [PATCH] Convert tagrendering-mappings with images to tagrendering-mapping with an icon --- assets/layers/recycling/recycling.json | 154 ++++++++++++++++++------- 1 file changed, 115 insertions(+), 39 deletions(-) diff --git a/assets/layers/recycling/recycling.json b/assets/layers/recycling/recycling.json index 928b71ebd0..3d1d23ffbe 100644 --- a/assets/layers/recycling/recycling.json +++ b/assets/layers/recycling/recycling.json @@ -211,153 +211,229 @@ "if": "recycling:batteries=yes", "ifnot": "recycling:batteries=", "then": { - "en": "
Batteries can be recycled here
", - "nl": "
Batterijen kunnen hier gerecycled worden
" + "en": "Batteries can be recycled here", + "nl": "Batterijen kunnen hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/batteries.svg", + "class": "medium" } }, { "if": "recycling:beverage_cartons=yes", "ifnot": "recycling:beverage_cartons=", "then": { - "en": "
Beverage cartons can be recycled here
", - "nl": "
Drankpakken kunnen hier gerecycled worden
" + "en": "Beverage cartons can be recycled here", + "nl": "Drankpakken kunnen hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/beverage_cartons.svg", + "class": "medium" } }, { "if": "recycling:cans=yes", "ifnot": "recycling:cans=", "then": { - "en": "
Cans can be recycled here
", - "nl": "
Blikken kunnen hier gerecycled worden
" + "en": "Cans can be recycled here", + "nl": "Blikken kunnen hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/cans.svg", + "class": "medium" } }, { "if": "recycling:clothes=yes", "ifnot": "recycling:clothes=", "then": { - "en": "
Clothes can be recycled here
", - "nl": "
Kleren kunnen hier gerecycled worden
" + "en": "Clothes can be recycled here", + "nl": "Kleren kunnen hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/clothes.svg", + "class": "medium" } }, { "if": "recycling:cooking_oil=yes", "ifnot": "recycling:cooking_oil=", "then": { - "en": "
Cooking oil can be recycled here
", - "nl": "
Frituurvet kan hier gerecycled worden
" + "en": "Cooking oil can be recycled here", + "nl": "Frituurvet kan hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/cooking_oil.svg", + "class": "medium" } }, { "if": "recycling:engine_oil=yes", "ifnot": "recycling:engine_oil=", "then": { - "en": "
Engine oil can be recycled here
", - "nl": "
Motorolie kan hier gerecycled worden
" + "en": "Engine oil can be recycled here", + "nl": "Motorolie kan hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/engine_oil.svg", + "class": "medium" } }, { "if": "recycling:green_waste=yes", "ifnot": "recycling:green_waste=", "then": { - "en": "
Green waste can be recycled here
", - "nl": "
Groen afval kan hier gerecycled worden
" + "en": "Green waste can be recycled here", + "nl": "Groen afval kan hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/garden_waste.svg", + "class": "medium" } }, { "if": "recycling:organic=yes", "ifnot": "recycling:organic=", "then": { - "en": "
Organic waste can be recycled here
", - "nl": "
Organisch afval kan hier gerecycled worden
" + "en": "Organic waste can be recycled here", + "nl": "Organisch afval kan hier gerecycled worden" }, - "hideInAnswer": true + "hideInAnswer": true, + "icon": { + "path": "./assets/layers/recycling/garden_waste.svg", + "class": "medium" + } }, { "if": "recycling:glass_bottles=yes", "ifnot": "recycling:glass_bottles=", "then": { - "en": "
Glass bottles can be recycled here
", - "nl": "
Glazen flessen kunnen hier gerecycled worden
" + "en": "Glass bottles can be recycled here", + "nl": "Glazen flessen kunnen hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/glass_bottles.svg", + "class": "medium" } }, { "if": "recycling:glass=yes", "ifnot": "recycling:glass=", "then": { - "en": "
Glass can be recycled here
", - "nl": "
Glas kan hier gerecycled worden
" + "en": "Glass can be recycled here", + "nl": "Glas kan hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/glass.svg", + "class": "medium" } }, { "if": "recycling:newspaper=yes", "ifnot": "recycling:newspaper=", "then": { - "en": "
Newspapers can be recycled here
", - "nl": "
Kranten kunnen hier gerecycled worden
" + "en": "Newspapers can be recycled here", + "nl": "Kranten kunnen hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/newspaper.svg", + "class": "medium" } }, { "if": "recycling:paper=yes", "ifnot": "recycling:paper=", "then": { - "en": "
Paper can be recycled here
", - "nl": "
Papier kan hier gerecycled worden
" + "en": "Paper can be recycled here", + "nl": "Papier kan hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/paper.svg", + "class": "medium" } }, { "if": "recycling:plastic_bottles=yes", "ifnot": "recycling:plastic_bottles=", "then": { - "en": "
Plastic bottles can be recycled here
", - "nl": "
Plastic flessen kunnen hier gerecycled worden
" + "en": "Plastic bottles can be recycled here", + "nl": "Plastic flessen kunnen hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/plastic_bottles.svg", + "class": "medium" } }, { "if": "recycling:plastic_packaging=yes", "ifnot": "recycling:plastic_packaging=", "then": { - "en": "
Plastic packaging can be recycled here
", - "nl": "
Plastic verpakking kan hier gerecycled worden
" + "en": "Plastic packaging can be recycled here", + "nl": "Plastic verpakking kan hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/plastic_packaging.svg", + "class": "medium" } }, { "if": "recycling:plastic=yes", "ifnot": "recycling:plastic=", "then": { - "en": "
Plastic can be recycled here
", - "nl": "
Plastic kan hier gerecycled worden
" + "en": "Plastic can be recycled here", + "nl": "Plastic kan hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/plastic.svg", + "class": "medium" } }, { "if": "recycling:scrap_metal=yes", "ifnot": "recycling:scrap_metal=", "then": { - "en": "
Scrap metal can be recycled here
", - "nl": "
Oud metaal kan hier gerecycled worden
" + "en": "Scrap metal can be recycled here", + "nl": "Oud metaal kan hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/scrap_metal.svg", + "class": "medium" } }, { "if": "recycling:shoes=yes", "ifnot": "recycling:shoes=", "then": { - "en": "
Shoes can be recycled here
", - "nl": "
Schoenen kunnen hier gerecycled worden
" + "en": "Shoes can be recycled here", + "nl": "Schoenen kunnen hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/shoes.svg", + "class": "medium" } }, { "if": "recycling:small_electrical_appliances=yes", "ifnot": "recycling:small_electrical_appliances=", "then": { - "en": "
Small electrical appliances can be recycled here
", - "nl": "
Kleine elektronische apparaten kunnen hier gerecycled worden
" + "en": "Small electrical appliances can be recycled here", + "nl": "Kleine elektronische apparaten kunnen hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/recycling/small_electrical_appliances.svg", + "class": "medium" } }, { "if": "recycling:waste=yes", "ifnot": "recycling:waste=", "then": { - "en": "
Residual waste can be recycled here
", - "nl": "
Restafval kan hier gerecycled worden
" + "en": "Residual waste can be recycled here", + "nl": "Restafval kan hier gerecycled worden" + }, + "icon": { + "path": "./assets/layers/waste_disposal/waste_disposal.svg", + "class": "medium" } } ]