Skip to content

Commit aa65da4

Browse files
3nidsnyalldawson
authored andcommittedDec 15, 2017
apply default transform to newly created project
1 parent 92a46f0 commit aa65da4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/core/qgsproject.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,10 @@ void QgsProject::clear()
493493
mTrustLayerMetadata = false;
494494
mCustomVariables.clear();
495495

496+
QgsCoordinateTransformContext context;
497+
context.readSettings();
498+
setTransformContext( context );
499+
496500
mEmbeddedLayers.clear();
497501
mRelationManager->clear();
498502
mAnnotationManager->clear();

0 commit comments

Comments
 (0)
Please sign in to comment.