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 656e377 commit d4d0d1eCopy full SHA for d4d0d1e
src/app/qgisapp.cpp
@@ -4558,6 +4558,7 @@ void QgisApp::setLayerCRS()
4558
}
4559
4560
QgsGenericProjectionSelector * mySelector = new QgsGenericProjectionSelector( this );
4561
+ mySelector->setSelectedCrsId( mMapLegend->currentLayer()->crs().srsid() );
4562
mySelector->setMessage();
4563
if ( mySelector->exec() )
4564
{
0 commit comments