We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d808ef9 commit cf22cabCopy full SHA for cf22cab
python/plugins/processing/algs/gdal/warp.py
@@ -129,7 +129,7 @@ def getConsoleCommands(self):
129
bigtiff = self.BIGTIFFTYPE[self.getParameterValue(self.BIGTIFF)]
130
tfw = unicode(self.getParameterValue(self.TFW))
131
rastext = unicode(self.getParameterValue(self.RAST_EXT))
132
-
+
133
arguments = []
134
arguments.append('-ot')
135
arguments.append(self.TYPE[self.getParameterValue(self.RTYPE)])
0 commit comments