Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do not set detected SRID from rquested
  • Loading branch information
elpaso committed Sep 15, 2020
1 parent 7094614 commit 194305b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -3857,7 +3857,7 @@ bool QgsPostgresProvider::getGeometryDetails()
}

QString detectedType;
QString detectedSrid = mRequestedSrid;
QString detectedSrid;
if ( !schemaName.isEmpty() )
{
// check geometry columns
Expand Down

0 comments on commit 194305b

Please sign in to comment.