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.
2 parents e79fe4d + 0d91c81 commit 6509df2Copy full SHA for 6509df2
src/providers/ogr/qgsogrprovider.cpp
@@ -518,7 +518,7 @@ bool QgsOgrProvider::nextFeature( QgsFeature& feature )
518
OGRFeatureH fet;
519
QgsRectangle selectionRect;
520
521
- setRelevantFields( mFetchGeom, mAttributesToFetch );
+ setRelevantFields( mFetchGeom || mUseIntersect, mAttributesToFetch );
522
523
while (( fet = OGR_L_GetNextFeature( ogrLayer ) ) )
524
{
0 commit comments