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 64bfbaa commit 369e130Copy full SHA for 369e130
src/providers/oracle/qgsoraclefeatureiterator.cpp
@@ -275,12 +275,6 @@ bool QgsOracleFeatureIterator::fetchFeature( QgsFeature& feature )
275
}
276
277
278
-
279
- if (( mRequest.flags() & QgsFeatureRequest::NoGeometry ) != 0 )
280
- {
281
- // clear not requested geometry
282
- feature.setGeometry( 0 );
283
- }
284
285
286
QgsFeatureId fid = 0;
0 commit comments