Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added note relating to issue #284
git-svn-id: http://svn.osgeo.org/qgis/trunk@7323 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 5, 2007
1 parent aca333f commit 73da80f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/raster/qgsrasterlayer.cpp
Expand Up @@ -4244,6 +4244,10 @@ QString QgsRasterLayer::buildPyramids(RasterPyramidList const & theRasterPyramid
{

//build the pyramid and show progress to console
//NOTE this (magphase) is disabled in teh gui since it tends
//to create corrupted images. The images can be repaired
//by running one of the other resampling strategies below.
//see ticket #284
if(theResamplingMethod==tr("Average Magphase"))
{
myError = gdalDataset->BuildOverviews( "MODE", 1, myOverviewLevelsIntArray, 0, NULL,
Expand Down

0 comments on commit 73da80f

Please sign in to comment.