mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-23 22:16:25 +02:00
Change scale argument to OSM zoom level.
Use OSM zoom level as specification of the map scale.
This commit is contained in:
parent
9e14093854
commit
54b88f05d2
3 changed files with 37 additions and 47 deletions
|
@ -38,7 +38,8 @@ def parse_options(args):
|
|||
parser.add_argument(
|
||||
"-s", "--scale",
|
||||
metavar="<float>",
|
||||
help="map scale",
|
||||
help="OSM zoom level (may not be integer, default is 18)",
|
||||
default=18,
|
||||
dest="scale",
|
||||
type=float,
|
||||
required=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue