Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sextante]Fixed issue in algorithms that change projection of output …
…layers
  • Loading branch information
volaya committed Apr 12, 2013
1 parent 5fdad66 commit f451d24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/sextante/algs/ftools/ReprojectLayer.py
Expand Up @@ -79,3 +79,5 @@ def processAlgorithm(self, progress):
progress.setPercentage(int(current * total))

del writer

self.crs = targetCrs
1 change: 1 addition & 0 deletions python/plugins/sextante/gdal/translate.py
Expand Up @@ -107,6 +107,7 @@ def processAlgorithm(self, progress):
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:
Expand Down

0 comments on commit f451d24

Please sign in to comment.