[JPP-Devel] SVN: [6520] core/trunk/scripts/oj_windows.bat

2020-09-23 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6520 http://sourceforge.net/p/jump-pilot/code/6520 Author: edso Date: 2020-09-23 10:46:11 + (Wed, 23 Sep 2020) Log Message: --- eventually really disableMediaLib by adding missing set command Modified Paths: -- core/trunk/scripts/oj_windows.ba

[JPP-Devel] SVN: [6521] core/trunk/src/org/geotools/shapefile/Shapefile.java

2020-09-23 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6521 http://sourceforge.net/p/jump-pilot/code/6521 Author: edso Date: 2020-09-23 16:12:47 + (Wed, 23 Sep 2020) Log Message: --- commented some debug output extended Reporter a bit Modified Paths: -- core/trunk/src/org/geotools/shapefile/Shapefi

[JPP-Devel] SVN: [6522] core/trunk/src/com/vividsolutions/jump/workbench/ui/renderer/ ImageCachingRenderer.java

2020-09-23 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6522 http://sourceforge.net/p/jump-pilot/code/6522 Author: edso Date: 2020-09-23 16:13:30 + (Wed, 23 Sep 2020) Log Message: --- log a bit better Modified Paths: -- core/trunk/src/com/vividsolutions/jump/workbench/ui/renderer/ImageCachingRender

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

2020-09-23 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6523 http://sourceforge.net/p/jump-pilot/code/6523 Author: edso Date: 2020-09-23 16:15:36 + (Wed, 23 Sep 2020) Log Message: --- add Taskmonitor and Cancelling replaced georeferencing with TiffUtilsV2 routines Modified Paths: -- core/trunk/src/o

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

2020-09-23 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6524 http://sourceforge.net/p/jump-pilot/code/6524 Author: edso Date: 2020-09-23 16:16:34 + (Wed, 23 Sep 2020) Log Message: --- moved some logging to debug Modified Paths: -- core/trunk/src/org/openjump/core/rasterimage/RasterImageLayer.java M

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

2020-09-23 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6525 http://sourceforge.net/p/jump-pilot/code/6525 Author: edso Date: 2020-09-23 16:20:40 + (Wed, 23 Sep 2020) Log Message: --- sometimes the image to be rendered seems to be still grayscale which does not play well with drawing onto a rgb graphics. as a worka

[JPP-Devel] SVN: [6526] core/trunk/src

2020-09-23 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6526 http://sourceforge.net/p/jump-pilot/code/6526 Author: edso Date: 2020-09-23 16:22:46 + (Wed, 23 Sep 2020) Log Message: --- rename getImage() to getRenderedOp() because it's what it does keep getImage() deprecated for now Modified Paths: --

Re: [JPP-Devel] SVN: [6526] core/trunk/src

2020-09-23 Thread Giuseppe Aruta
Hi Ede I am going to partially revert no data reading back to Apache Commons Imaging The reason is that the actual method that uses JAI (I added yesterday) still throws a NumberFormatException with one of the 24 test files that Roberto provided. While commons imaging works file with all. Peppe Il

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

2020-09-23 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6527 http://sourceforge.net/p/jump-pilot/code/6527 Author: ma15569 Date: 2020-09-23 16:47:27 + (Wed, 23 Sep 2020) Log Message: --- Back to Apache commons imaging only to read no data: JAI fails with one of the sample raster Modified Paths: --

Re: [JPP-Devel] 6506 loading raster test

2020-09-23 Thread edgar . soldin
hey Rob, actually it's Edgar but call me ede ;9 anyway, please try snapshot r6526 and come back with results. thx! ..ede On 9/22/2020 23:34, Roberto Rossi wrote: > Hello Edgard, > i repeated the test with the "-v trace" option... the log is really verbose > now: from 50 to 15000 kb! :-) > > I t

[JPP-Devel] SVN: [6528] core/trunk/src/org/openjump/core/rasterimage/algorithms/ RasterizeAlgorithm.java

2020-09-23 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6528 http://sourceforge.net/p/jump-pilot/code/6528 Author: ma15569 Date: 2020-09-23 18:48:37 + (Wed, 23 Sep 2020) Log Message: --- Correct bug pointed by Michael: if the attribute value is null it throws an Exception. Now a null value in a vector generates a n