Reuse icon for washing_machine=yes.

This commit is contained in:
Sergey Vartanov 2022-10-27 01:37:54 +04:00
parent b2951a1d8e
commit dcf3ffa009
2 changed files with 7 additions and 3 deletions

View file

@ -94,9 +94,11 @@ class Grid:
show_credit=self.show_credit,
zoom_level=19.0,
)
size = (
(self.max_i + self.margin * 2.0) * self.x_step,
(self.max_j + self.margin * 2.0) * self.y_step,
size: np.ndarray = np.array(
(
(self.max_i + self.margin * 2.0) * self.x_step,
(self.max_j + self.margin * 2.0) * self.y_step,
)
)
flinger: Flinger = TranslateFlinger(

View file

@ -2053,6 +2053,8 @@ node_icons:
add_shapes: [drinking_water]
- tags: {toilets: "yes"}
add_shapes: [woman_and_man]
- tags: {washing_machine: "yes"}
add_shapes: [washing_machine]
# For tourism=camp_pitch