Skip to content

Commit 54a2f34

Browse files
author
wonder
committedApr 11, 2007
Allow fetching features from OGR without geometries.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6880 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1ac5802 commit 54a2f34

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.