[sextante]Fixed issue in algorithms that change projection of output layers

This commit is contained in:
Victor Olaya 2013-04-12 08:43:37 +02:00
parent 5fdad6613b
commit f451d24015
2 changed files with 3 additions and 0 deletions

View File

@ -79,3 +79,5 @@ class ReprojectLayer(GeoAlgorithm):
progress.setPercentage(int(current * total))
del writer
self.crs = targetCrs

View File

@ -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: