diff --git a/resources/srs6.db b/resources/srs6.db index 2b0eb995b77..6b8193b772f 100644 Binary files a/resources/srs6.db and b/resources/srs6.db differ diff --git a/src/core/proj/qgscoordinatereferencesystem.cpp b/src/core/proj/qgscoordinatereferencesystem.cpp index 606cd949f6c..967b48e70ef 100644 --- a/src/core/proj/qgscoordinatereferencesystem.cpp +++ b/src/core/proj/qgscoordinatereferencesystem.cpp @@ -2595,8 +2595,8 @@ int QgsCoordinateReferenceSystem::syncDatabase() PROJ_STRING_LIST authorities = proj_get_authorities_from_database( pjContext ); - int nextSrsId = 63561; - int nextSrId = 520003561; + int nextSrsId = 67218; + int nextSrId = 520007218; for ( auto authIter = authorities; authIter && *authIter; ++authIter ) { const QString authority( *authIter );