mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
revert crs to sourceCrs for feature sources
This commit is contained in:
parent
ddc5e52ab3
commit
33f83d68f0
@ -150,7 +150,7 @@ class ExampleProcessingAlgorithm(QgsProcessingAlgorithm):
|
||||
)
|
||||
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user