mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-10 23:56:50 +02:00
Fix label mode argument.
This commit is contained in:
parent
b086b0d108
commit
b0de6754c1
4 changed files with 36 additions and 15 deletions
|
@ -115,7 +115,7 @@ def main(argv) -> None:
|
|||
|
||||
painter: Painter = Painter(
|
||||
show_missing_tags=options.show_missing_tags, overlap=options.overlap,
|
||||
mode=options.mode, draw_captions=options.draw_captions,
|
||||
mode=options.mode, label_mode=options.label_mode,
|
||||
map_=map_, flinger=flinger, svg=svg, icon_extractor=icon_extractor,
|
||||
scheme=scheme)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue