UMR-PASSAGES / DissolveWithStats

QGIS plugin to dissolve geometries and calculate statistics on attributes in the process
6 stars 5 forks source link

Does not offer the functions (sum, min, max, ...) when the type is integer64 or double #7

Closed FERRATON closed 7 years ago

FERRATON commented 8 years ago

see attachment 2016-06-21_09h37_46

FERRATON commented 7 years ago

ligne 183 du module dissolve_stats_dialog.py

if field is numeric

if fields[i].type() in [2, 4, 6] : listStat.addItems(statNum)

juliepierson commented 7 years ago

Done, thanks !