mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Update translate.py
This commit is contained in:
parent
063c80ee1d
commit
f2ac88ba25
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user