mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-30 17:36:27 +02:00
Add --coordinates and --size arguments.
Construct boundary box from center coordinates and size.
This commit is contained in:
parent
cb440e8a8b
commit
b715e12924
8 changed files with 156 additions and 114 deletions
|
@ -54,6 +54,7 @@ class MapConfiguration:
|
|||
seed: str = ""
|
||||
show_tooltips: bool = False
|
||||
country: str = "world"
|
||||
ignore_level_matching: bool = False
|
||||
|
||||
@classmethod
|
||||
def from_options(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue