mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix projection selection with new files
This commit is contained in:
parent
98432099cc
commit
2552689058
@ -244,6 +244,7 @@ void QgsNewSpatialiteLayerDialog::on_pbnFindSRID_clicked()
|
||||
QgsGenericProjectionSelector *mySelector = new QgsGenericProjectionSelector( this );
|
||||
mySelector->setMessage();
|
||||
mySelector->setOgcWmsCrsFilter( myCRSs );
|
||||
mySelector->setSelectedCrsId( mCrsId );
|
||||
|
||||
if ( mySelector->exec() )
|
||||
{
|
||||
|
@ -166,7 +166,7 @@ void QgsNewVectorLayerDialog::on_pbnChangeSpatialRefSys_clicked()
|
||||
{
|
||||
QgsGenericProjectionSelector *mySelector = new QgsGenericProjectionSelector( this );
|
||||
mySelector->setMessage();
|
||||
mySelector->setSelectedCrsId( pbnChangeSpatialRefSys->text().toInt() );
|
||||
mySelector->setSelectedCrsId( mCrsId );
|
||||
if ( mySelector->exec() )
|
||||
{
|
||||
QgsCoordinateReferenceSystem srs;
|
||||
|
Loading…
x
Reference in New Issue
Block a user