Update readme.

This commit is contained in:
Sergey Vartanov 2021-09-26 10:00:47 +03:00
parent a588a0c82e
commit 4644d38166
5 changed files with 42 additions and 27 deletions

View file

@ -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"