mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-05 04:12:08 +02:00
Change scheme initialization.
This commit is contained in:
parent
280fdd9fe0
commit
699c1e9592
11 changed files with 64 additions and 37 deletions
|
@ -221,7 +221,7 @@ def render_map(arguments: argparse.Namespace) -> None:
|
|||
logging.fatal(error.message)
|
||||
sys.exit(1)
|
||||
|
||||
scheme: Scheme = Scheme(workspace.DEFAULT_SCHEME_PATH)
|
||||
scheme: Scheme = Scheme.from_file(workspace.DEFAULT_SCHEME_PATH)
|
||||
osm_data: OSMData
|
||||
|
||||
osm_data: OSMData = OSMData()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue