We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d2961af commit 56f16acCopy full SHA for 56f16ac
src/core/qgscoordinatetransform_p.cpp
@@ -104,9 +104,12 @@ QgsCoordinateTransformPrivate::QgsCoordinateTransformPrivate( const QgsCoordinat
104
, mDestCRS( other.mDestCRS )
105
, mSourceDatumTransform( other.mSourceDatumTransform )
106
, mDestinationDatumTransform( other.mDestinationDatumTransform )
107
+ , mProjCoordinateOperation( other.mProjCoordinateOperation )
108
{
109
+#if PROJ_VERSION_MAJOR < 6
110
//must reinitialize to setup mSourceProjection and mDestinationProjection
111
initialize();
112
+#endif
113
}
114
Q_NOWARN_DEPRECATED_POP
115
0 commit comments