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 b0bfda3 commit c065736Copy full SHA for c065736
src/providers/ogr/qgsogrprovider.cpp
@@ -1856,6 +1856,8 @@ QgsCoordinateReferenceSystem QgsOgrProvider::crs()
1856
}
1857
1858
1859
+ CPLSetConfigOption( "GDAL_FIX_ESRI_WKT", "TOWGS84" ); // add towgs84 parameter
1860
+
1861
OGRSpatialReferenceH mySpatialRefSys = OGR_L_GetSpatialRef( ogrLayer );
1862
if ( mySpatialRefSys )
1863
{
0 commit comments