Update translate.py

This commit is contained in:
jdugge 2017-02-14 22:43:13 +01:00 committed by GitHub
parent 063c80ee1d
commit f2ac88ba25

View File

@ -84,7 +84,7 @@ class translate(GdalAlgorithm):
self.addParameter(ParameterCrs(self.SRS,
self.tr('Output projection for output file [leave blank to use input projection]'), None, optional=True))
self.addParameter(ParameterExtent(self.PROJWIN,
self.tr('Subset based on georeferenced coordinates')), optional=True)
self.tr('Subset based on georeferenced coordinates'), optional=True))
self.addParameter(ParameterBoolean(self.SDS,
self.tr('Copy all subdatasets of this file to individual output files'),
False))