mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
cleanup
This commit is contained in:
parent
b2a367507a
commit
9416acaa1c
@ -105,7 +105,6 @@ class translate(GeoAlgorithm):
|
||||
if crsId is not None:
|
||||
arguments.append("-a_srs")
|
||||
arguments.append(str(crsId))
|
||||
self.crs = QgsCoordinateReferenceSystem(crsId)
|
||||
if sds:
|
||||
arguments.append("-sds")
|
||||
if len(extra) > 0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user