mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-03 19:31:52 +02:00
Change scheme initialization.
This commit is contained in:
parent
280fdd9fe0
commit
699c1e9592
11 changed files with 64 additions and 37 deletions
|
@ -183,7 +183,7 @@ def generate_mapcss(options: argparse.Namespace) -> None:
|
|||
directory: Path = workspace.get_mapcss_path()
|
||||
icons_with_outline_path: Path = workspace.get_mapcss_icons_path()
|
||||
|
||||
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