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 92a46f0 commit aa65da4Copy full SHA for aa65da4
src/core/qgsproject.cpp
@@ -493,6 +493,10 @@ void QgsProject::clear()
493
mTrustLayerMetadata = false;
494
mCustomVariables.clear();
495
496
+ QgsCoordinateTransformContext context;
497
+ context.readSettings();
498
+ setTransformContext( context );
499
+
500
mEmbeddedLayers.clear();
501
mRelationManager->clear();
502
mAnnotationManager->clear();
0 commit comments