mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 08:40:11 +02:00
Fix shape identifier.
This commit is contained in:
parent
4eb4bbb98a
commit
3a652d55bc
3 changed files with 105 additions and 17 deletions
|
@ -511,7 +511,7 @@ node_icons:
|
|||
- tags: {shop: copyshop}
|
||||
shapes: [sheets]
|
||||
- tags: {shop: dairy}
|
||||
shapes: [milk]
|
||||
shapes: [aseptic_carton]
|
||||
- tags: {shop: doityourself}
|
||||
shapes: [wretch_and_hammer]
|
||||
- tags: {shop: fireplace}
|
||||
|
@ -545,7 +545,7 @@ node_icons:
|
|||
- tags: {shop: sports}
|
||||
shapes: [{shape: dumbbell, color: sell_color}]
|
||||
- tags: {shop: milk}
|
||||
shapes: [milk]
|
||||
shapes: [aseptic_carton]
|
||||
- tags: {shop: wine}
|
||||
shapes: [{shape: bottle_and_wine_glass, color: sell_color}]
|
||||
- tags: {building: store}
|
||||
|
@ -1598,13 +1598,13 @@ node_icons:
|
|||
- tags: {recycling:glass_bottles:colour: "yes"}
|
||||
add_shapes: [{shape: bottle, color: green}]
|
||||
- tags: {recycling:cartons: "yes"}
|
||||
add_shapes: [milk]
|
||||
add_shapes: [aseptic_carton]
|
||||
- tags: {recycling:beverage_cartons: "yes"}
|
||||
add_shapes: [milk]
|
||||
add_shapes: [aseptic_carton]
|
||||
- tags: {recycling:organic: "yes"}
|
||||
add_shapes: [apple]
|
||||
- tags: {recycling:tetrapak: "yes"}
|
||||
add_shapes: [milk]
|
||||
add_shapes: [aseptic_carton]
|
||||
- tags: {recycling:tyres: "yes"}
|
||||
add_shapes: [tyre]
|
||||
- tags: {recycling:toys: "yes"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue