[QGIS Commit] r12607 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Dec 23 17:55:11 EST 2009


Author: jef
Date: 2009-12-23 17:55:10 -0500 (Wed, 23 Dec 2009)
New Revision: 12607

Modified:
   trunk/qgis/src/core/qgis.h
Log:
fix #2164

Modified: trunk/qgis/src/core/qgis.h
===================================================================
--- trunk/qgis/src/core/qgis.h	2009-12-23 22:12:21 UTC (rev 12606)
+++ trunk/qgis/src/core/qgis.h	2009-12-23 22:55:10 UTC (rev 12607)
@@ -146,7 +146,7 @@
 /** Magic number for a geographic coord sys in POSTGIS SRID */
 const long GEOSRID = 4326;
 /** Magic number for a geographic coord sys in QGIS srs.db tbl_srs.srs_id */
-const long GEOCRS_ID = 3344;
+const long GEOCRS_ID = 3452;
 /**  Magic number for a geographic coord sys in EpsgCrsId ID format */
 const long GEO_EPSG_CRS_ID = 4326;
 /** The length of the string "+proj=" */



More information about the QGIS-commit mailing list