mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-23 22:16:25 +02:00
Update readme.
This commit is contained in:
parent
767b4e1127
commit
cbfdb4de78
4 changed files with 157 additions and 129 deletions
|
@ -123,8 +123,8 @@ def add_render_arguments(parser: argparse.ArgumentParser) -> None:
|
|||
"-b",
|
||||
"--boundary-box",
|
||||
metavar="<lon1>,<lat1>,<lon2>,<lat2>",
|
||||
help='geo boundary box, use space before "-" if the first value is '
|
||||
"negative",
|
||||
help="geo boundary box; if first value is negative, enclose the value "
|
||||
"with quotes and use space before `-`",
|
||||
)
|
||||
parser.add_argument(
|
||||
"-s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue