mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-30 17:36:27 +02:00
Fix generation for single node.
This commit is contained in:
parent
5a0a9fe14f
commit
b5b3da860d
2 changed files with 12 additions and 4 deletions
|
@ -149,7 +149,7 @@ class Point(Tagged):
|
|||
return True
|
||||
|
||||
def draw_texts(
|
||||
self, svg: svgwrite.Drawing, occupied: Optional[Occupied]
|
||||
self, svg: svgwrite.Drawing, occupied: Optional[Occupied] = None
|
||||
) -> None:
|
||||
"""
|
||||
Draw all labels.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue