Skip to content
Permalink
Browse files
Request without attributes
  • Loading branch information
pblottiere committed Aug 28, 2017
1 parent cbeb8b2 commit e008f58
Showing 1 changed file with 1 addition and 0 deletions.
@@ -542,6 +542,7 @@ bool QgsVectorLayerJoinBuffer::addFeatures( QgsFeatureList &features, QgsFeature

QgsFeatureRequest request;
request.setFlags( QgsFeatureRequest::NoGeometry );
request.setSubsetOfAttributes( QgsAttributeList() );
request.setFilterExpression( filter );
request.setLimit( 1 );

0 comments on commit e008f58

Please sign in to comment.