Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/ogr/qgsogrprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ void QgsOgrProvider::select(QgsAttributeList fetchAttributes, QgsRect rect, bool
339339
{
340340
mUseIntersect = useIntersect;
341341
mAttributesToFetch = fetchAttributes;
342-
mFetchGeom = true;
342+
mFetchGeom = fetchGeometry;
343343

344344
// spatial query to select features
345345
if(rect.isEmpty())

0 commit comments

Comments
 (0)
Please sign in to comment.