Nyall Dawson 85efc77bb4 Fix inefficient calls to QgsFeature.attributes()[idx]
Replace with just f[idx]. Calling QgsFeature.attributes()
allocates a list of all attributes, which is inefficient
when only a single attribute value is needed.
2018-10-31 08:42:51 +10:00
..
2018-09-14 18:23:03 +10:00
2018-09-14 13:24:57 +02:00
2018-09-14 18:23:03 +10:00
2018-09-14 18:23:03 +10:00
2018-09-04 15:46:42 +02:00
2018-06-20 15:06:36 +10:00
2018-09-14 18:23:03 +10:00