We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042e99f commit e7ca86dCopy full SHA for e7ca86d
src/plugins/interpolation/qgsgridfilewriter.cpp
@@ -52,6 +52,7 @@ int QgsGridFileWriter::writeFile( bool showProgressDialog )
52
}
53
54
QTextStream outStream( &outputFile );
55
+ outStream.setRealNumberPrecision(8);
56
writeHeader( outStream );
57
58
double currentYValue = mInterpolationExtent.yMax();
0 commit comments