From 1a4d08ff6d3a310dbf0002923f9fc282a5a68250 Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Fri, 12 Nov 2021 03:34:48 +0300 Subject: [PATCH] Reuse sheet icon for recycling tags. --- map_machine/scheme/default.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/map_machine/scheme/default.yml b/map_machine/scheme/default.yml index d69b7b8..51261db 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -1534,6 +1534,14 @@ node_icons: - tags: {recycling:glass_bottles: "yes"} add_shapes: [bottle] + - tags: {recycling:paper: "yes"} + add_shapes: [sheets] + - tags: {recycling:paper_packaging: "yes"} + add_shapes: [sheets] + - tags: {recycling:newspaper: "yes"} + add_shapes: [sheets] + - tags: {recycling:magazines: "yes"} + add_shapes: [sheets] - tags: {crossing:island: "yes"} add_shapes: [rectangle_vertical_rounded]