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

2020-09-03 Thread Giuseppe Aruta
Hi Ede,is it possible to use com.vividsolutions.jump.workbench.imagery.geoimg.GeoRaster to read an image file? And how? I can easily use GeoReferencedRaster(File file) but not GeoRaster(File file) Thanks Peppe ___ Jump-pilot-devel mailing list Jump-pilo

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

2020-09-03 Thread Giuseppe Aruta
Ops! Maybe I was wrong. The question is if com.vividsolutions.jump.workbench.imagery.geoimg.GeoReferencedRaster can read png, gif, bmp and jpg too ( not only Tiff it GeiTiff) Thanks Il gio 3 set 2020, 09:33 Giuseppe Aruta ha scritto: > Hi Ede,is it possible to use > com.vividsolutions.jump.work

Re: [JPP-Devel] wms layer title

2020-09-03 Thread Michaud Michael
Hi Ede,My last correction fixed the problem. Sorry, the ticket was ambiguous about which title exactly was the cause of the problem.Michaël envoyé : 2 septembre 2020 à 14:07de : edgar.sol...@web.deà : "jump-pilot-devel@lists.sourceforge.net >> jump devel" objet : Re: [JPP-Devel] wms layer titleOn

Re: [JPP-Devel] wms layer title

2020-09-03 Thread edgar . soldin
i see. right. that happens when you don't have a proper test dataset :). we should maybe also log a warning as an empty title is irregular as i understand. is it not? ..ede On 9/2/2020 14:55, Michaud Michael wrote: > Did you change null title of layer elements ? > > Seems that the getTitle you

Re: [JPP-Devel] wms layer title

2020-09-03 Thread Rahkonen Jukka (MML)
From the WMS 1.3.0 standard: 7.2.4.6.2 Title A is mandatory for all layers; it is a human-readable string for presentation in a menu. The Title is not inherited by child Layers. 7.2.4.6.3 Name If, and only if, a layer has a , then it is a map layer that can be requested by using that Name in th

Re: [JPP-Devel] wms layer title

2020-09-03 Thread Michaud Michael
Thank you for this clear description Jukka,I will follow Ede's suggestion to log a warning if a (mandatory) title is missing in a layer to let him a chance to report the problem, but the main thing was to make it possible to use the WMS even if it contains such a layer (it will then contain " (un

[JPP-Devel] SVN: [6417] core/trunk/src/org/openjump/core/rasterimage

2020-09-03 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6417 http://sourceforge.net/p/jump-pilot/code/6417 Author: ma15569 Date: 2020-09-04 04:45:49 + (Fri, 04 Sep 2020) Log Message: --- Removed dependency to org.openjump.core.ui.plugin.layer.pirolraster.LoadSextanteRasterImagePlugIn Modified Paths: --

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

2020-09-03 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6418 http://sourceforge.net/p/jump-pilot/code/6418 Author: ma15569 Date: 2020-09-04 04:51:09 + (Fri, 04 Sep 2020) Log Message: --- removed dependency to org.openjump.core.ui.plugin.layer.pirolraster.LoadSextanteRasterImagePlugIn Modified Paths: -

[JPP-Devel] SVN: [6419] core/trunk/src/org/openjump/core/ui/plugin/layer/pirolraster/ LoadSextanteRasterImagePlugIn.java

2020-09-03 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6419 http://sourceforge.net/p/jump-pilot/code/6419 Author: ma15569 Date: 2020-09-04 04:57:17 + (Fri, 04 Sep 2020) Log Message: --- deprecated as OpenJUMP uses org.openjump.core.rasterimage.AddRasterImageLayerWizard to load RasterImageLayers Modified Paths: -

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

2020-09-03 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6420 http://sourceforge.net/p/jump-pilot/code/6420 Author: ma15569 Date: 2020-09-04 05:00:33 + (Fri, 04 Sep 2020) Log Message: --- removed dependency to LoadSextanteRasterImage plugin Modified Paths: -- core/trunk/src/org/openjump/core/ui/plug

[JPP-Devel] removed dependency to LoadSextanteRasterImage plugin

2020-09-03 Thread Giuseppe Aruta
Hi all, today I removed all dependencies to org.openjump.core.ui.plugin.layer.pirolraster.LoadSextanteRasterImagePlugIn. The only code used of this class was the public static String KEY_PATH = "path"; This class was used many years ago to load image files as RasterImagelayers but it was almost s

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

2020-09-03 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6421 http://sourceforge.net/p/jump-pilot/code/6421 Author: ma15569 Date: 2020-09-04 06:43:44 + (Fri, 04 Sep 2020) Log Message: --- small commit Modified Paths: -- core/trunk/src/org/openjump/core/rasterimage/RasterImageLayer.java Modified: cor

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

2020-09-03 Thread Giuseppe Aruta via Jump-pilot-devel
Hi Michael, I confirm newer OJ MB can load and display simple geotiff. The changes I did: a) TiFFUtils class. Method getRenderedOp(File tiffFile) which was using JAI.create method to load a file. I added as main method GeoReferencedRaster.getRenderedOp which seems more robust and able to open m