mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-07 13:21:49 +02:00
Merge main.
This commit is contained in:
commit
124ba3e171
14 changed files with 45 additions and 17 deletions
|
@ -199,7 +199,9 @@ def ui(options: argparse.Namespace) -> None:
|
|||
options.ways,
|
||||
options.lifecycle,
|
||||
)
|
||||
with workspace.get_mapcss_file_path().open("w+") as output_file:
|
||||
with workspace.get_mapcss_file_path().open(
|
||||
"w+", encoding="utf-8"
|
||||
) as output_file:
|
||||
mapcss_writer.write(output_file)
|
||||
|
||||
logging.info(f"MapCSS 0.2 scheme is written to {directory}.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue