Skip to content

Commit

Permalink
update layer fields after zonal statistics calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jul 17, 2013
1 parent 0a27d0c commit 35f9886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/vector/qgszonalstatistics.cpp
Expand Up @@ -231,6 +231,7 @@ int QgsZonalStatistics::calculateStatistics( QProgressDialog* p )
}

GDALClose( inputDataset );
mPolygonLayer->updateFields();

if ( p && p->wasCanceled() )
{
Expand Down

0 comments on commit 35f9886

Please sign in to comment.