mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-06 12:51:53 +02:00
Get use of map configuration.
This commit is contained in:
parent
56fdf9709e
commit
4c5209dabc
15 changed files with 160 additions and 130 deletions
|
@ -1,6 +1,7 @@
|
|||
"""
|
||||
MapCSS scheme creation.
|
||||
"""
|
||||
import argparse
|
||||
import logging
|
||||
from pathlib import Path
|
||||
from typing import Optional, TextIO
|
||||
|
@ -175,7 +176,7 @@ class MapCSSWriter:
|
|||
)
|
||||
|
||||
|
||||
def ui(options) -> None:
|
||||
def ui(options: argparse.Namespace) -> None:
|
||||
"""Write MapCSS 0.2 scheme."""
|
||||
directory: Path = workspace.get_mapcss_path()
|
||||
icons_with_outline_path: Path = workspace.get_mapcss_icons_path()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue