We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75da263 commit 8990dc5Copy full SHA for 8990dc5
src/app/qgisapp.cpp
@@ -4819,16 +4819,7 @@ void QgisApp::options()
4819
{
4820
myRenderer->setMapUnits( srs.mapUnits() );
4821
}
4822
-
4823
- //apply OTF CRS transformation if necessary
4824
- if ( mySettings.value( "/Projections/otfTransformEnabled", 0 ).toBool() )
4825
- {
4826
- myRenderer->setProjectionsEnabled( true );
4827
- }
4828
- else
4829
4830
- myRenderer->setProjectionsEnabled( false );
4831
+ //do we need this? TS
4832
mMapCanvas->refresh();
4833
4834
0 commit comments