We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba2faf commit bc5022fCopy full SHA for bc5022f
src/core/qgis.h
@@ -146,7 +146,7 @@ const QString GEOPROJ4 = "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs";
146
/** Magic number for a geographic coord sys in POSTGIS SRID */
147
const long GEOSRID = 4326;
148
/** Magic number for a geographic coord sys in QGIS srs.db tbl_srs.srs_id */
149
-const long GEOCRS_ID = 3344;
+const long GEOCRS_ID = 3452;
150
/** Magic number for a geographic coord sys in EpsgCrsId ID format */
151
const long GEO_EPSG_CRS_ID = 4326;
152
/** The length of the string "+proj=" */
0 commit comments