[JPP-Devel] ecw support

2010-11-02 Thread Giuseppe Aruta
Hi all, recently I discover this post from deegree user list which seems quite interesting: http://osgeo-org.1803224.n2.nabble.com/ECW-support-update-td3669099.html Basically it describes how to use GvSIG JNI wrapper for the ECW into deegree and check out all licence problems. I gave a test to

Re: [JPP-Devel] ecw support

2010-11-02 Thread Michaël Michaud
Hi Peppe, Thanks for the links, it's very interesting, I wonder how it can work without any change on the OpenJUMP side, but that's great. I'll test it and give feedback. Michaël Le 02/11/2010 13:13, Giuseppe Aruta a écrit : Hi all, recently I discover this post from deegree user list which

[JPP-Devel] Very little bug to correct in the ClassifyAttributes Plugin

2010-11-02 Thread Eric Grosso
Hi all, I found a very little bug to correct in the ClassifyAttributes Plugin: org.openjump.core.ui.plugin.tools.statistics.ClassifyAttributesPlugin If we select a layer without any attributes, the GUI dialog doesn't allow to select an attribute: it is logical. But after that, if we select anothe

Re: [JPP-Devel] Very little bug to correct in the ClassifyAttributes Plugin

2010-11-02 Thread Michaël Michaud
Hi Eric, Thanks for the bug report. It's fixed and will be available in the next NB (acually, the bug was in the Layer ComboBox listener, near line 235) As it seems that you are using statistic plugins, I submit to you and others a question about how to handle null values in this plugin. Curre