Skip to content

Commit

Permalink
revert crs to sourceCrs for feature sources
Browse files Browse the repository at this point in the history
  • Loading branch information
luipir committed Sep 3, 2018
1 parent ddc5e52 commit 33f83d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/script/ScriptTemplate.py
Expand Up @@ -150,7 +150,7 @@ def processAlgorithm(self, parameters, context, feedback):
)

# Send some information to the user
feedback.pushInfo('CRS is {}'.format(source.crs().authid()))
feedback.pushInfo('CRS is {}'.format(source.sourceCrs().authid()))

# If sink was not created, throw an exception to indicate that the algorithm
# encountered a fatal error. The exception text can be any string, but in this
Expand Down

0 comments on commit 33f83d6

Please sign in to comment.