ccrook / QGIS-Contour-Plugin

Contour plugin for QGIS - uses python matplotlib to generate contours of data on vector point data.
43 stars 13 forks source link

float & numeric PostGIS data fields are not listed #5

Closed mlt closed 10 years ago

mlt commented 10 years ago

One may substitute this line with

            if typ in set(['int', 'dou', 'rea', 'flo', 'num']):

that includes 2 more type (float8 & numeric) names taken from PG as is.