Skip to content

Commit

Permalink
Fixed option so it did not conflict with google switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven D. Lander committed Jul 25, 2013
1 parent 1207814 commit 9f37a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdal/swig/python/scripts/gdal2tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def optparse_init(self):
help="Resume mode. Generate only missing files.")
p.add_option('-a', '--srcnodata', dest="srcnodata", metavar="NODATA",
help="NODATA transparency value to assign to the input data")
p.add_option('-g', '--tmscompatible', dest="tmscompatible", action="store_true",
p.add_option('-d', '--tmscompatible', dest="tmscompatible", action="store_true",
help="When using the geodetic profile, specifies the base resolution as 0.703125 or 2 tiles at zoom level 0.")
p.add_option("-v", "--verbose",
action="store_true", dest="verbose",
Expand Down

0 comments on commit 9f37a9d

Please sign in to comment.