Skip to content
Permalink
Browse files
Added WGS84 datum to GEOPROJ4 string
git-svn-id: http://svn.osgeo.org/qgis/trunk@5928 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Oct 7, 2006
1 parent 3e87973 commit 6fc8c88
Showing 1 changed file with 1 addition and 1 deletion.
@@ -116,7 +116,7 @@ class QGis
" AXIS[\"Long\",EAST], "
" AUTHORITY[\"EPSG\",4326]]";
/** PROJ4 string that represents a geographic coord sys */
const QString GEOPROJ4 = "+proj=longlat +ellps=WGS84 +no_defs";
const QString GEOPROJ4 = "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs";
/** 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 */

0 comments on commit 6fc8c88

Please sign in to comment.