<div dir="ltr">I need to iterate over a layer without the need of geometries. <div>I rembember I used this flag time ago and it worked fine. Now, if I set this on the feature request, I get an empty set of features from the iterator. Am I doing something wrong?</div><div><br></div><div>req = QgsFeatureRequest(QgsExpression('$area>1000,00'))</div><div>reg.setFlags(QgsFeatureRequest.NoGeometry)</div><div>feats = [f for f in mylayer.getFeatures(req)]</div><div><br></div><div>if a set the flags to QgsFeatureRequest.Noflags the iterator returns the correct features.</div><div><br></div><div>giovanni</div><div><div><br></div>-- <br><div dir="ltr">Giovanni Allegri<br><a href="http://about.me/giovanniallegri" target="_blank">http://about.me/giovanniallegri</a><div>Twitter: <a href="https://twitter.com/_giohappy_" target="_blank">https://twitter.com/_giohappy_</a></div><div>blog: <a href="http://blog.spaziogis.it" target="_blank">http://blog.spaziogis.it</a><br>GEO+ geomatica in Italia <a href="http://bit.ly/GEOplus" target="_blank">http://bit.ly/GEOplus</a></div></div>
</div></div>