mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 00:29:53 +02:00
Issue #62: add cache path option.
This commit is contained in:
parent
376087949a
commit
e18419cc3a
4 changed files with 19 additions and 8 deletions
|
@ -47,6 +47,11 @@ def parse_options(args) -> argparse.Namespace:
|
|||
default=18,
|
||||
dest="scale",
|
||||
type=float)
|
||||
parser.add_argument(
|
||||
"--cache",
|
||||
help="path for temporary OSM files",
|
||||
default="cache"
|
||||
)
|
||||
parser.add_argument(
|
||||
"--labels",
|
||||
help="label drawing mode: `no`, `main`, or `all`",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue