We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1af2f67 commit faf8073Copy full SHA for faf8073
src/core/qgis.h
@@ -116,7 +116,7 @@ class QGis
116
" AXIS[\"Long\",EAST], "
117
" AUTHORITY[\"EPSG\",4326]]";
118
/** PROJ4 string that represents a geographic coord sys */
119
- const QString GEOPROJ4 = "+proj=longlat +ellps=WGS84 +no_defs";
+ const QString GEOPROJ4 = "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs";
120
/** Magic number for a geographic coord sys in POSTGIS SRID */
121
const long GEOSRID = 4326;
122
/** Magic number for a geographic coord sys in QGIS srs.db tbl_srs.srs_id */
0 commit comments