Reuse drink icons for recycling tags.

This commit is contained in:
Sergey Vartanov 2021-11-13 08:26:51 +03:00
parent f349f2104b
commit c806206a7e

View file

@ -1536,6 +1536,8 @@ node_icons:
add_shapes: [bottle] add_shapes: [bottle]
- tags: {recycling:paper: "yes"} - tags: {recycling:paper: "yes"}
add_shapes: [sheets] add_shapes: [sheets]
- tags: {recycling:glass: "yes"}
add_shapes: [bottle_and_wine_glass]
- tags: {recycling:clothes: "yes"} - tags: {recycling:clothes: "yes"}
add_shapes: [t_shirt] add_shapes: [t_shirt]
- tags: {recycling:shoes: "yes"} - tags: {recycling:shoes: "yes"}
@ -1546,6 +1548,16 @@ node_icons:
add_shapes: [sheets] add_shapes: [sheets]
- tags: {recycling:magazines: "yes"} - tags: {recycling:magazines: "yes"}
add_shapes: [sheets] 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"} - tags: {recycling:bags: "yes"}
add_shapes: [bag] add_shapes: [bag]