mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-29 14:28:59 +02:00
Remove progress bar.
This commit is contained in:
parent
6ffa91344a
commit
96514ddf95
4 changed files with 22 additions and 47 deletions
|
@ -46,9 +46,9 @@ class MapConfiguration:
|
|||
Map drawing configuration.
|
||||
"""
|
||||
|
||||
drawing_mode: DrawingMode = DrawingMode.NORMAL
|
||||
building_mode: BuildingMode = BuildingMode.FLAT
|
||||
label_mode: LabelMode = LabelMode.MAIN
|
||||
drawing_mode: str = DrawingMode.NORMAL
|
||||
building_mode: str = BuildingMode.FLAT
|
||||
label_mode: str = LabelMode.MAIN
|
||||
zoom_level: float = 18.0
|
||||
overlap: int = 12
|
||||
level: str = "overground"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue