mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-28 17:57:11 +02:00
Reuse icon for washing_machine=yes.
This commit is contained in:
parent
b2951a1d8e
commit
dcf3ffa009
2 changed files with 7 additions and 3 deletions
|
@ -94,10 +94,12 @@ class Grid:
|
|||
show_credit=self.show_credit,
|
||||
zoom_level=19.0,
|
||||
)
|
||||
size = (
|
||||
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(
|
||||
size,
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue