mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-28 22:08:01 +02:00
Change scheme initialization.
This commit is contained in:
parent
280fdd9fe0
commit
699c1e9592
11 changed files with 64 additions and 37 deletions
|
@ -14,7 +14,7 @@ from map_machine.workspace import Workspace
|
|||
|
||||
WORKSPACE: Workspace = Workspace(Path("temp"))
|
||||
|
||||
SCHEME: Scheme = Scheme(WORKSPACE.DEFAULT_SCHEME_PATH)
|
||||
SCHEME: Scheme = Scheme.from_file(WORKSPACE.DEFAULT_SCHEME_PATH)
|
||||
EXTRACTOR: ShapeExtractor = ShapeExtractor(
|
||||
WORKSPACE.ICONS_PATH, WORKSPACE.ICONS_CONFIG_PATH
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue