mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
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:
parent
fc045d85a5
commit
d6e3308ca3
Binary file not shown.
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user