From c806206a7e8c11f1a7c81bdd7e697c7084baf44b Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Sat, 13 Nov 2021 08:26:51 +0300 Subject: [PATCH] Reuse drink icons for recycling tags. --- map_machine/scheme/default.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/map_machine/scheme/default.yml b/map_machine/scheme/default.yml index a87ce08..72aeb65 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -1536,6 +1536,8 @@ node_icons: add_shapes: [bottle] - tags: {recycling:paper: "yes"} add_shapes: [sheets] + - tags: {recycling:glass: "yes"} + add_shapes: [bottle_and_wine_glass] - tags: {recycling:clothes: "yes"} add_shapes: [t_shirt] - tags: {recycling:shoes: "yes"} @@ -1546,6 +1548,16 @@ node_icons: add_shapes: [sheets] - tags: {recycling:magazines: "yes"} add_shapes: [sheets] + - tags: {recycling:glass_bottles:colour: "yes"} + add_shapes: [{shape: bottle, color: green}] + - tags: {recycling:cartons: "yes"} + add_shapes: [milk] + - tags: {recycling:beverage_cartons: "yes"} + add_shapes: [milk] + - tags: {recycling:tetrapak: "yes"} + add_shapes: [milk] + - tags: {recycling:verre: "yes"} + add_shapes: [bottle_and_wine_glass] - tags: {recycling:bags: "yes"} add_shapes: [bag]