Skip to content

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
@@ -116,7 +116,7 @@ class QGis
116116
" AXIS[\"Long\",EAST], "
117117
" AUTHORITY[\"EPSG\",4326]]";
118118
/** PROJ4 string that represents a geographic coord sys */
119-
const QString GEOPROJ4 = "+proj=longlat +ellps=WGS84 +no_defs";
119+
const QString GEOPROJ4 = "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs";
120120
/** Magic number for a geographic coord sys in POSTGIS SRID */
121121
const long GEOSRID = 4326;
122122
/** Magic number for a geographic coord sys in QGIS srs.db tbl_srs.srs_id */

0 commit comments

Comments
 (0)
Please sign in to comment.