Skip to content

Commit d8a2848

Browse files
author
mhugent
committed
update field map after zonal statistics
git-svn-id: http://svn.osgeo.org/qgis/trunk@15529 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7d42434 commit d8a2848

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/analysis/vector/qgszonalstatistics.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ int QgsZonalStatistics::calculateStatistics( QProgressDialog* p )
212212
}
213213

214214
GDALClose( inputDataset );
215+
mPolygonLayer->updateFieldMap();
215216
return 0;
216217
}
217218

0 commit comments

Comments
 (0)