Skip to content

Commit bc5022f

Browse files
author
jef
committed
fix #2164
git-svn-id: http://svn.osgeo.org/qgis/trunk@12607 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2ba2faf commit bc5022f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const QString GEOPROJ4 = "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs";
146146
/** Magic number for a geographic coord sys in POSTGIS SRID */
147147
const long GEOSRID = 4326;
148148
/** Magic number for a geographic coord sys in QGIS srs.db tbl_srs.srs_id */
149-
const long GEOCRS_ID = 3344;
149+
const long GEOCRS_ID = 3452;
150150
/** Magic number for a geographic coord sys in EpsgCrsId ID format */
151151
const long GEO_EPSG_CRS_ID = 4326;
152152
/** The length of the string "+proj=" */

0 commit comments

Comments
 (0)