On Fri, May 9, 2008 at 7:46 PM, Carson Farmer <[EMAIL PROTECTED]> wrote: > [...] > > On a related note, does anyone know how to filter fields by type (i.e. only > select numeric fields (int, double, etc.)?
You can do it by checking value of QgsField.type() and using only fields with type QVariant.Int and QVariant.Double. Btw. the list of QGIS plugins on your page looks impressive! Regards Martin _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
