mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-06 12:51:53 +02:00
Issue #48: add washing machine icon.
For shop=laundry and shop=dry_cleaning
This commit is contained in:
parent
b5a61b448b
commit
94cd49ff77
3 changed files with 592 additions and 164 deletions
|
@ -524,6 +524,8 @@ node_icons:
|
|||
shapes: [aseptic_carton]
|
||||
- tags: {shop: doityourself}
|
||||
shapes: [wretch_and_hammer]
|
||||
- tags: {shop: dry_cleaning}
|
||||
shapes: [washing_machine]
|
||||
- tags: {shop: fireplace}
|
||||
shapes: [{shape: fireplace, color: sell_color}]
|
||||
- tags: {shop: florist}
|
||||
|
@ -544,6 +546,8 @@ node_icons:
|
|||
shapes: [{shape: diamond, color: sell_color}]
|
||||
- tags: {shop: jewellery}
|
||||
shapes: [{shape: diamond, color: sell_color}]
|
||||
- tags: {shop: laundry}
|
||||
shapes: [washing_machine]
|
||||
- tags: {shop: massage}
|
||||
shapes: [massage]
|
||||
- tags: {shop: mobile_phone}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue