mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[sextante]Fixed issue in algorithms that change projection of output layers
This commit is contained in:
parent
5fdad6613b
commit
f451d24015
@ -79,3 +79,5 @@ class ReprojectLayer(GeoAlgorithm):
|
||||
progress.setPercentage(int(current * total))
|
||||
|
||||
del writer
|
||||
|
||||
self.crs = targetCrs
|
||||
|
@ -107,6 +107,7 @@ class translate(GeoAlgorithm):
|
||||
if srs is not None:
|
||||
arguments.append("-a_srs")
|
||||
arguments.append(str(srs))
|
||||
self.crs = srs
|
||||
if sds:
|
||||
arguments.append("-sds")
|
||||
if len(extra) > 0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user