On 15.11.2020 19:24, Michaud Michael wrote:
> Hi jumpers,
>
> I fixed the half-pixel shift problem again. I found much help in geotiff or 
> gdal forums, and most of the time, useful discussions were initiated or 
> documented by Jukka ;-)
>
> Please test and report any problem (r6624+).

hmm, svn mail is still pending on this. so i do this manually

GeoImage.java lines 149ff

 // First, scale the original image
 double scaleX = scale * gtr.getDblModelUnitsPerRasterUnit_X();
 double scaleY = scale * Math.abs(gtr.getDblModelUnitsPerRasterUnit_Y());

as the negative scale or not code seems to be located in 
GeoReferencedRaster.java mostly it might make sense to keep modification of 
these values in there as well or? also why only Y? ..ede



_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to