You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUGFIX] Update DatumTransformInfo on layerCrsChanged
The QgsMapCanvas datumTransformInfo is not updated after a layerCrsChanged.
This causes a bug in QGIS-Server which does not use the right srcAuthId.
To update QgsMapCanvas datumTransformInfo, the user had to change the map
canvas CRS or to disable/enable transform.
This patch add a SLOT to the QgsMapLayer layerCrs Changed SIGNAL to update
QgsMapCanvas datumTransformInfo.
0 commit comments