The data provider takes a list of ints as the last argument to tell which attributes you want to return: http://www.qgis.org/api/classQgsVectorDataProvider.html#a62ffd8535cf91556e0e5acdcc93a6d11
You should need something like this: lineProvider.featureAtId(int(i), ftLine, True, allLineAttrs ) - Nathan
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
