Resync srs db

ec051fc45 updated srs db without updating the hardcoded minimum
srs ids, which was leading to crs sync errors on newer proj versions
This commit is contained in:
Nyall Dawson 2024-02-13 08:50:08 +10:00
parent fc045d85a5
commit d6e3308ca3
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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 );