mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-23 05:56:28 +02:00
Support Overpass, overlaps, tree circumference.
This commit is contained in:
parent
b8289467b9
commit
acf0ee45d9
5 changed files with 147 additions and 104 deletions
|
@ -33,8 +33,7 @@ def parse_options(args) -> argparse.Namespace:
|
|||
"-b", "--boundary-box",
|
||||
dest="boundary_box",
|
||||
metavar="<lon1>,<lat1>,<lon2>,<lat2>",
|
||||
help="geo boundary box, use space before \"-\" for negative values",
|
||||
required=True)
|
||||
help="geo boundary box, use space before \"-\" for negative values")
|
||||
parser.add_argument(
|
||||
"-s", "--scale",
|
||||
metavar="<float>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue