Skip to content

Commit 73da80f

Browse files
author
timlinux
committedNov 5, 2007
Added note relating to issue #284
git-svn-id: http://svn.osgeo.org/qgis/trunk@7323 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent aca333f commit 73da80f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/core/raster/qgsrasterlayer.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -4244,6 +4244,10 @@ QString QgsRasterLayer::buildPyramids(RasterPyramidList const & theRasterPyramid
42444244
{
42454245

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

0 commit comments

Comments
 (0)