Skip to content

Commit

Permalink
Reuse drink icons for recycling tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzet committed Nov 13, 2021
1 parent f349f21 commit c806206
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions map_machine/scheme/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand All @@ -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]

Expand Down

0 comments on commit c806206

Please sign in to comment.