Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update field map after zonal statistics
git-svn-id: http://svn.osgeo.org/qgis/trunk@15529 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Mar 17, 2011
1 parent 7d42434 commit d8a2848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/vector/qgszonalstatistics.cpp
Expand Up @@ -212,6 +212,7 @@ int QgsZonalStatistics::calculateStatistics( QProgressDialog* p )
}

GDALClose( inputDataset );
mPolygonLayer->updateFieldMap();
return 0;
}

Expand Down

0 comments on commit d8a2848

Please sign in to comment.