From 9f37a9ddc9ed28207c7f060c741ecf2cdb75834a Mon Sep 17 00:00:00 2001 From: "Steven D. Lander" Date: Thu, 25 Jul 2013 14:26:42 -0400 Subject: [PATCH] Fixed option so it did not conflict with google switch. --- gdal/swig/python/scripts/gdal2tiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdal/swig/python/scripts/gdal2tiles.py b/gdal/swig/python/scripts/gdal2tiles.py index ebf9bb418d16..dea03c8f2b66 100755 --- a/gdal/swig/python/scripts/gdal2tiles.py +++ b/gdal/swig/python/scripts/gdal2tiles.py @@ -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",