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 1fc184f commit e2dad8eCopy full SHA for e2dad8e
src/core/qgsvectorfilewriter.cpp
@@ -2223,7 +2223,7 @@ gdal::ogr_feature_unique_ptr QgsVectorFileWriter::createFeature( const QgsFeatur
2223
}
2224
else
2225
{
2226
- OGR_F_SetGeometry( poFeature.get(), createEmptyGeometry( mWkbType ) );
+ OGR_F_SetGeometryDirectly( poFeature.get(), createEmptyGeometry( mWkbType ) );
2227
2228
2229
return poFeature;
0 commit comments