Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update qgsrasterfilewriter.cpp
Bad geo-referencing bug fix Using VRT with large coordinate system (like RGF93/CCxx) and high resolution raster, highest resolution tiles were shifted regardingi original raster. It seemed that when creating the VRT file, georeferencing is truncated while converted to text, leading to loss of precision.
- Loading branch information
Showing
with
55 additions
and 2 deletions.
@@ -0,0 +1,6 @@ | ||
0.020000000000 | ||
0 | ||
0 | ||
-0.020000000000 | ||
1964499.715750000207 | ||
5242972.348840000108 |
Binary file not shown.