Add --coordinates and --size arguments.

Construct boundary box from center coordinates and size.
This commit is contained in:
Sergey Vartanov 2021-09-16 07:44:41 +03:00
parent cb440e8a8b
commit b715e12924
8 changed files with 156 additions and 114 deletions

View file

@ -54,6 +54,7 @@ class MapConfiguration:
seed: str = ""
show_tooltips: bool = False
country: str = "world"
ignore_level_matching: bool = False
@classmethod
def from_options(