Skip to content

Commit

Permalink
Fix QGIS custom db srs ids to proj auth/codes map
Browse files Browse the repository at this point in the history
Add {"EPSG:20904", "63560,520003560"} ("GSK-2011 / Gauss-Kruger zone 4" EPSG:20904) which is currently contained in the tbl_srs table of srs6.db
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Dec 16, 2021
1 parent 4906670 commit cb0aaa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/proj/qgscoordinatereferencesystem_legacy.h
Expand Up @@ -10341,4 +10341,5 @@ const QMap< QString, QString > sAuthIdToQgisSrsIdMap
{"NKG:ETRF14", "63557,520003557"},
{"OGC:CRS27", "63558,520003558"},
{"OGC:CRS83", "63559,520003559"},
{"EPSG:20904", "63560,520003560"},
};

0 comments on commit cb0aaa6

Please sign in to comment.