mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-11 07:11:48 +02:00
Update readme.
This commit is contained in:
parent
a588a0c82e
commit
4644d38166
5 changed files with 42 additions and 27 deletions
|
@ -46,9 +46,9 @@ class MapConfiguration:
|
|||
Map drawing configuration.
|
||||
"""
|
||||
|
||||
drawing_mode: str = DrawingMode.NORMAL
|
||||
building_mode: str = BuildingMode.FLAT
|
||||
label_mode: str = LabelMode.MAIN
|
||||
drawing_mode: DrawingMode = DrawingMode.NORMAL
|
||||
building_mode: BuildingMode = BuildingMode.FLAT
|
||||
label_mode: LabelMode = LabelMode.MAIN
|
||||
zoom_level: float = 18.0
|
||||
overlap: int = 12
|
||||
level: str = "overground"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue