Skip to content

Commit

Permalink
fix #18938
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 23, 2018
1 parent 208571a commit 7623ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgscoordinatereferencesystem.cpp
Expand Up @@ -1846,6 +1846,7 @@ bool QgsCoordinateReferenceSystem::loadIds( QHash<int, QString> &wkts )

int QgsCoordinateReferenceSystem::syncDatabase()
{
setlocale( LC_ALL, "C" );
QString dbFilePath = QgsApplication::srsDatabaseFilePath();
syncDatumTransform( dbFilePath );

Expand Down

0 comments on commit 7623ee8

Please sign in to comment.