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

2016-10-07 Thread jump-pilot-svn
Revision: 5054 http://sourceforge.net/p/jump-pilot/code/5054 Author: michaudm Date: 2016-10-07 07:06:53 + (Fri, 07 Oct 2016) Log Message: --- Fix SaveLayersWithoutDataSourcePlugIn by using JFileChooser instead of JFCWithEnterAction Modified Paths: -- co

Re: [JPP-Devel] SVN: [5047] core/trunk

2016-10-07 Thread Michaël Michaud
Hi Ede, Fixed SaveLayersWithoutDataSourcePlugIn by using JFileChooser instead of JFCWithEnterAction : There is probably a problem with JFCWithEnterAction when used withshowSaveDialog, but I could not solve it. Michaël Le 07/10/2016 à 00:33, Michaël Michaud a écrit : Hi, Do you mean someth

[JPP-Devel] How to activate ECW/JP2?

2016-10-07 Thread Rahkonen Jukka (MML)
Hi, I am running r5052 Plus with jre8, 32-bit. I guess that I should have ECW/JP2 support now, but log from the startup says that native ECW/JP2 libraries are not loaded. What to do? -Jukka- -- Check out the vibrant t

Re: [JPP-Devel] How to activate ECW/JP2?

2016-10-07 Thread edgar . soldin
yeah, something is fishy there. tried it for 5min myself lately, not sure whats wrong, but on the other hand, why not simply remove it in favor of GDAL? ..ede On 07.10.2016 09:28, Rahkonen Jukka (MML) wrote: > Hi, > > > > I am running r5052 Plus with jre8, 32-bit. I guess that I should have

Re: [JPP-Devel] How to activate ECW/JP2?

2016-10-07 Thread Giuseppe Aruta
does gdall ecw/jp2 support require gdal installed? And as far as I remember we only provide Win and Linux distros - no MacOSX 2016-10-07 11:44 GMT+02:00 : > yeah, something is fishy there. tried it for 5min myself lately, not sure > whats wrong, but on the other hand, why not simply remove it

Re: [JPP-Devel] Sextante

2016-10-07 Thread Giuseppe Aruta
I tried recopiled the sextante files (Sextante.jar, Sextante_gui.jar and Sextante_algorithms.jar), using GvSIG CE distro, and fixing possible errors.Then I tired to start OJ/Sextante with no success. I also tried to use GvSIG sextante files with the same effect. Oj_Sextante binding required small

Re: [JPP-Devel] How to activate ECW/JP2?

2016-10-07 Thread Rahkonen Jukka (MML)
Hi, Mail reason for potentially keeping the ECW/JP2 driver: it is faster. At least I am remembering it was fast and therefore I tried to test it again. There is rather a long lag in opening JPEG2000 images through imageio-ext + GDAL while with native ecw binaries the initial opening is very fas

Re: [JPP-Devel] How to activate ECW/JP2?

2016-10-07 Thread edgar . soldin
still better than the native ECW reader in PLUS, which is limited java 32bit on MacOSX and Windows. as far as i am aware there is no 32bit java avail anymore for MacOSX. on Linux and MacOSX users may install GDAL in the system and that should work as well if we deliver it to be placed under lib

Re: [JPP-Devel] How to activate ECW/JP2?

2016-10-07 Thread edgar . soldin
On 07.10.2016 12:21, Rahkonen Jukka (MML) wrote: > Mail reason for potentially keeping the ECW/JP2 driver: it is faster. At > least I am remembering it was fast and therefore I tried to test it again. > There is rather a long lag in opening JPEG2000 images through imageio-ext + > GDAL while with

Re: [JPP-Devel] SVN: [5054] core/trunk

2016-10-07 Thread edgar . soldin
hey Mike, that looks wrong. without JFCWithEnterAction you may not finish your input with the enter key. what was the issue? ..ede On 07.10.2016 09:06, jump-pilot-...@lists.sourceforge.net wrote: > Revision: 5054 > http://sourceforge.net/p/jump-pilot/code/5054 > Author: michaudm >