Skip to content

Commit

Permalink
Fix crssync fail to import crs definition
Browse files Browse the repository at this point in the history
Update nextSrsId to 63561 and nextSrId to 520003561
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Dec 15, 2021
1 parent a0f982b commit 0588444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/proj/qgscoordinatereferencesystem.cpp
Expand Up @@ -2356,8 +2356,8 @@ int QgsCoordinateReferenceSystem::syncDatabase()

PROJ_STRING_LIST authorities = proj_get_authorities_from_database( pjContext );

int nextSrsId = 63560;
int nextSrId = 520003560;
int nextSrsId = 63561;
int nextSrId = 520003561;
for ( auto authIter = authorities; authIter && *authIter; ++authIter )
{
const QString authority( *authIter );
Expand Down

0 comments on commit 0588444

Please sign in to comment.