Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Comment changed only
  • Loading branch information
ccrook committed May 1, 2013
1 parent 1fb60b4 commit 39419e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/providers/delimitedtext/qgsdelimitedtextprovider.cpp
Expand Up @@ -716,6 +716,9 @@ bool QgsDelimitedTextProvider::nextFeature( QgsFeature& feature, QgsDelimitedTex

QgsGeometry *geom = 0;

// Note: Always need to load geometry even if request has NoGeometry set
// and subset string doesn't need geometry, as only by loading geometry
// do we know that this is a valid record in the data set.
if ( mWktFieldIndex >= 0 )
{
geom = loadGeometryWkt( tokens, request );
Expand Down

0 comments on commit 39419e1

Please sign in to comment.