File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Options:
129129 --epsg INTEGER EPSG number. [required]
130130 --extent FLOAT... left, bottom, right, top Bounding box of the Tile Matrix Set. [required]
131131 --name TEXT Identifier of the custom TMS.
132- --minzoom INTEGER Minumum Zoom level.
132+ --minzoom INTEGER Minimum Zoom level.
133133 --maxzoom INTEGER Maximum Zoom level.
134134 --tile-width INTEGER Width of each tile.
135135 --tile-height INTEGER Height of each tile.
Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ def tms(identifier):
436436 help = "Identifier of the custom TMS." ,
437437 default = "CustomTileMatrixSet" ,
438438)
439- @click .option ("--minzoom" , type = int , default = 0 , help = "Minumum Zoom level." )
439+ @click .option ("--minzoom" , type = int , default = 0 , help = "Minimum Zoom level." )
440440@click .option ("--maxzoom" , type = int , default = 24 , help = "Maximum Zoom level." )
441441@click .option ("--tile-width" , type = int , default = 256 , help = "Width of each tile." )
442442@click .option ("--tile-height" , type = int , default = 256 , help = "Height of each tile." )
You can’t perform that action at this time.
0 commit comments