Skip to content

Commit e7ca86d

Browse files
author
mhugent
committed
Better precision when saving interpolation results to grid
git-svn-id: http://svn.osgeo.org/qgis/trunk@9206 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 042e99f commit e7ca86d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/interpolation/qgsgridfilewriter.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ int QgsGridFileWriter::writeFile( bool showProgressDialog )
5252
}
5353

5454
QTextStream outStream( &outputFile );
55+
outStream.setRealNumberPrecision(8);
5556
writeHeader( outStream );
5657

5758
double currentYValue = mInterpolationExtent.yMax();

0 commit comments

Comments
 (0)