Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix crssync fail to import crs definition
Update nextSrsId to 63561 and nextSrId to 520003561
  • Loading branch information
agiudiceandrea authored and github-actions[bot] committed Dec 15, 2021
1 parent bb2df72 commit bdbace6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/proj/qgscoordinatereferencesystem.cpp
Expand Up @@ -2359,8 +2359,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 bdbace6

Please sign in to comment.