Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow fetching features from OGR without geometries.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6880 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Apr 11, 2007
1 parent 1ac5802 commit 54a2f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -339,7 +339,7 @@ void QgsOgrProvider::select(QgsAttributeList fetchAttributes, QgsRect rect, bool
{
mUseIntersect = useIntersect;
mAttributesToFetch = fetchAttributes;
mFetchGeom = true;
mFetchGeom = fetchGeometry;

// spatial query to select features
if(rect.isEmpty())
Expand Down

0 comments on commit 54a2f34

Please sign in to comment.