Re: [Geotools-devel] Geoserver + Image Mosaic JDBC image displaced

2015-07-03 Thread Jody Garnett
Sound like you are on to something, make a bug report and take notes. You may want to step through the code where the envelope is generated and watch how the two implementations do it. On Fri, Jul 3, 2015 at 7:09 AM Ricardo Filipe Cunha Santos < santos.ricardofil...@gmail.com> wrote: > Hi Jody, t

Re: [Geotools-devel] Geoserver + Image Mosaic JDBC image displaced

2015-07-03 Thread Ricardo Filipe Cunha Santos
Hi Jody, thank you for the quick response, like you said to do, I test my tiff with image mosaic (not JDBC) and the result is correct. I think is some kind of envelope problems, after some debugging the only conclusion that I can achieve is that: The GridCoverage2D coverage returned by the method

Re: [Geotools-devel] Geoserver + Image Mosaic JDBC image displaced

2015-07-02 Thread Jody Garnett
Can you set up a straight java program to replicate the result for an issue report? You may wish to check with image mosaic (not JDBC) as it is a much more active codebase. This would allow you to check if the mosaic functionality is incorrect, or if we have a difference between the two implementa

[Geotools-devel] Geoserver + Image Mosaic JDBC image displaced

2015-07-02 Thread Ricardo Filipe Cunha Santos
Hi, I setup an image mosaic JDBC with geoserver 2.7.1. but my wms layers are slightly displaced according to real data and if i pan my map this displacement seems to be some king of random. It's only a problem related with visualization because if i request GetFeatureInfo the values are correc