Re: [JPP-Devel] SVN: [6671] core/trunk/src/org/openjump/core/rasterimage/ RasterImageLayer.java

2021-02-08 Thread Michaud Michael
Ede,OK, wrapped it in a try/catch to be sure.Synchronization : a quick googling shows some solutions exist. But as our git repo has already diverged from the svn one because of the jts package renaming, I suppose it may be a problem as soon as we will want to synchronize files containing some

[JPP-Devel] SVN: [6672] core/trunk/src/org/openjump/core/rasterimage/ RasterImageLayer.java

2021-02-08 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6672 http://sourceforge.net/p/jump-pilot/code/6672 Author: michaudm Date: 2021-02-09 07:09:11 + (Tue, 09 Feb 2021) Log Message: --- try catch getImageInfo for the case it can't be parsed by commons imaging Modified Paths: --

Re: [JPP-Devel] SVN: [6671] core/trunk/src/org/openjump/core/rasterimage/ RasterImageLayer.java

2021-02-08 Thread edgar . soldin
should we maybe still wrap it in a try/catch so it won't kill rendering? just to be safe? ..ede ps. how do we sync svn commits over to github? On February 8, 2021 11:57:46 PM GMT+01:00, jump-pilot-svn--- via Jump-pilot-devel wrote: >Revision: 6671 >

[JPP-Devel] SVN: [6671] core/trunk/src/org/openjump/core/rasterimage/ RasterImageLayer.java

2021-02-08 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6671 http://sourceforge.net/p/jump-pilot/code/6671 Author: michaudm Date: 2021-02-08 22:57:44 + (Mon, 08 Feb 2021) Log Message: --- Set bpp to 16b for flt, asc and txt Modified Paths: --

Re: [JPP-Devel] Important bug on class RasterImageLayer on OpenJUMP 6669

2021-02-08 Thread Michaud Michael
Oh yes, this an flt file ! Did not think about it, sollry.I will set bpp to 16b for flt, asc and txt, as this seems to be how it is read.Michaëlenvoyé : 8 février 2021 à 15:07de : Giuseppe Aruta à : Michaud Michael , OpenJump develop and use objet : Re: [JPP-Devel] Important bug on class

Re: [JPP-Devel] Important bug on class RasterImageLayer on OpenJUMP 6669

2021-02-08 Thread Giuseppe Aruta
Hi Michael here you can find the test image flt that I used (both .flt and hdr files) https://sourceforge.net/projects/opensit/files/Test%20file/Test%20raster/flt/ Best regards Peppe Il giorno dom 7 feb 2021 alle ore 11:55 Michaud Michael < m.michael.mich...@orange.fr> ha scritto: > Hi, > >