Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Also show warning in new table dialog
  • Loading branch information
nyalldawson committed May 11, 2021
1 parent 24ee656 commit 29a469f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsnewvectortabledialog.cpp
Expand Up @@ -137,6 +137,8 @@ QgsNewVectorTableDialog::QgsNewVectorTableDialog( QgsAbstractDatabaseProviderCon
validate();
} );

mCrs->setShowDatumEnsembleWarnings( true );

// geometry types
const bool hasSinglePart { conn->geometryColumnCapabilities().testFlag( QgsAbstractDatabaseProviderConnection::GeometryColumnCapability::SinglePart ) };

Expand Down

0 comments on commit 29a469f

Please sign in to comment.