[JPP-Devel] [jump-pilot:bugs] #498 Most GeoTIFF drivers fail with a simple GeoTIFF image

2020-09-06 Thread ede via Jump-pilot-devel
- **Milestone**: OJ_1.16 --> OJ_future - **Comment**: won't be fixed soonish, tag it accordingly --- ** [bugs:#498] Most GeoTIFF drivers fail with a simple GeoTIFF image** **Status:** open **Milestone:** OJ_future **Created:** Sun Aug 30, 2020 08:02 AM UTC by michael michaud **Last Updated:**

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

2020-09-06 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6425 http://sourceforge.net/p/jump-pilot/code/6425 Author: ma15569 Date: 2020-09-06 14:11:32 + (Sun, 06 Sep 2020) Log Message: --- Patch to partially solve #498 Most GeoTIFF drivers fail with a simple GeoTIFF image Modified Paths: -- core/tru

Re: [JPP-Devel] wms layer title

2020-09-06 Thread edgar . soldin
On 03.09.2020 19:59, Michaud Michael wrote: > Thank you for this clear description Jukka, > > I will follow Ede's suggestion to log a warning if a (mandatory) title is how about logging it as error. as it seems to be one but will only be logged and hence not obstruct the users experience. > miss

Re: [JPP-Devel] How to use com.vividsolutions.jump.workbench.imagery.geoimg.GeoRaster

2020-09-06 Thread edgar . soldin
On 03.09.2020 09:33, Giuseppe Aruta wrote: > Hi Ede,is it possible to use > com.vividsolutions.jump.workbench.imagery.geoimg.GeoRaster > to read an image file? > And how? same as GeoReferencedRaster but as public class GeoReferencedRaster extends GeoRaster you don't really gain anything, beca

[JPP-Devel] [jump-pilot:bugs] #498 Most GeoTIFF drivers fail with a simple GeoTIFF image

2020-09-06 Thread ede via Jump-pilot-devel
wrt. Commons Imaging - tested with commons-imaging-1.0-alpha2.jar the issue still remains. i logged a bug in their tracker, let's see how it pans out https://issues.apache.org/jira/projects/IMAGING/issues/IMAGING-265?filter=allopenissues --- ** [bugs:#498] Most GeoTIFF drivers fail with a si

[JPP-Devel] SVN: [6426] core/trunk

2020-09-06 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6426 http://sourceforge.net/p/jump-pilot/code/6426 Author: edso Date: 2020-09-06 16:23:34 + (Sun, 06 Sep 2020) Log Message: --- upgrade commons imaging to 1.0-alpha2 Modified Paths: -- core/trunk/ChangeLog core/trunk/pom.xml Added Paths: -

[JPP-Devel] SVN: [6427] core/trunk/scripts

2020-09-06 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6427 http://sourceforge.net/p/jump-pilot/code/6427 Author: edso Date: 2020-09-06 16:46:01 + (Sun, 06 Sep 2020) Log Message: --- fix IllegalAccessException when using Sun TIFF reader with java9+, reproduced with java15 though java.lang.IllegalAccessException:

[JPP-Devel] [jump-pilot:bugs] #498 Most GeoTIFF drivers fail with a simple GeoTIFF image

2020-09-06 Thread ede via Jump-pilot-devel
wrt. to Standard TIFF Image reader from sun. since jdk9 or later it needs --add-exports java.desktop/com.sun.imageio.plugins.tiff=ALL-UNNAMED to access the specific imageio package. added that to our startup scripts in rev 6427 https://sourceforge.net/p/jump-pilot/code/6427/ --- ** [bugs:#4

[JPP-Devel] SVN: [6428] core/trunk/src/org/openjump/core/ui/plugin/raster

2020-09-06 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6428 http://sourceforge.net/p/jump-pilot/code/6428 Author: ma15569 Date: 2020-09-06 21:45:40 + (Sun, 06 Sep 2020) Log Message: --- patch to remove warning: Can't find resource for bundle java.util.PropertyResourceBundle Modified Paths: -- cor

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

2020-09-06 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6429 http://sourceforge.net/p/jump-pilot/code/6429 Author: ma15569 Date: 2020-09-06 21:51:48 + (Sun, 06 Sep 2020) Log Message: --- patch to correct bug #498 Most GeoTIFF drivers fail with a simple GeoTIFF image : now it should be possible to query pixel values

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

2020-09-06 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6430 http://sourceforge.net/p/jump-pilot/code/6430 Author: ma15569 Date: 2020-09-06 21:55:39 + (Sun, 06 Sep 2020) Log Message: --- trying to remove several warnings on pixel value using GeoReferencedRaster.class for TIFF files Modified Paths: --

[JPP-Devel] [jump-pilot:bugs] #498 Most GeoTIFF drivers fail with a simple GeoTIFF image

2020-09-06 Thread Giuseppe Aruta via Jump-pilot-devel
OpenJUMP 6430 . Almost solved reading pixel data (Info tool , pixel inspection and raster profile) for test image small_word.tif (not for Aster dem file). Removed also warnings substituting GeoReferencedRaster.getImage() method to read PlanarImage of TIFF (instead of JAI.create("fileload"..)