Issue #48: reuse icon for shop=department_store.

This commit is contained in:
Sergey Vartanov 2022-08-02 23:55:34 +03:00
parent efd9ccb31b
commit b0d946a6b7
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@
- Add icons for: - Add icons for:
- `shop=car_parts` (#48), - `shop=car_parts` (#48),
- `natural=spring` (#55). - `natural=spring` (#55).
- Reuse icon for `shop=department_store` (#48).
# 0.1.6 # 0.1.6

View file

@ -435,6 +435,8 @@ node_icons:
shapes: [fort] shapes: [fort]
- tags: {shop: mall} - tags: {shop: mall}
shapes: [bag] shapes: [bag]
- tags: {shop: department_store}
shapes: [bag]
- tags: {shop: mall, building: "yes"} - tags: {shop: mall, building: "yes"}
shapes: [bag] shapes: [bag]
- tags: {leisure: water_park} - tags: {leisure: water_park}