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

2016-11-13 Thread jump-pilot-svn
Revision: 5187 http://sourceforge.net/p/jump-pilot/code/5187 Author: michaudm Date: 2016-11-14 07:46:15 + (Mon, 14 Nov 2016) Log Message: --- Deactivate the misleading disjoint predicate in query and join plugins FR 249 - add "intersects interior point" and "interior

Re: [JPP-Devel] SVN: [5185] core/trunk/src/com/vividsolutions/jump/workbench/ui/ LayerNameRenderer.java

2016-11-13 Thread Michaël Michaud
Hi Peppe, Seel also my answer on 2016-10-29. TreeLayerNamePanel has a listener, but to avoid a featureCollection scan after each change you probably need to keep a cache in the Layer as suggested by Ede, and use the Layer's listener to update the cache every time a feature is added, removed or

Re: [JPP-Devel] SVN: [5185] core/trunk/src/com/vividsolutions/jump/workbench/ui/ LayerNameRenderer.java

2016-11-13 Thread edgar . soldin
thanks.. how about implementing the caching/listener approach if you like to have icon? ..ede On 13.11.2016 18:57, Giuseppe Aruta wrote: > Ok Ede, I didn't know it. I will revert the change. > Thanks again > Peppe > > Il 13/Nov/2016 18:48, ha scritto: > >> Peppe, >> >>

[JPP-Devel] SVN: [5186] core/trunk/src/com/vividsolutions/jump/workbench/ui/ LayerNameRenderer.java

2016-11-13 Thread jump-pilot-svn
Revision: 5186 http://sourceforge.net/p/jump-pilot/code/5186 Author: ma15569 Date: 2016-11-13 18:38:22 + (Sun, 13 Nov 2016) Log Message: --- Revert previous changes Modified Paths: --

Re: [JPP-Devel] SVN: [5185] core/trunk/src/com/vividsolutions/jump/workbench/ui/ LayerNameRenderer.java

2016-11-13 Thread Giuseppe Aruta
Ok Ede, I didn't know it. I will revert the change. Thanks again Peppe Il 13/Nov/2016 18:48, ha scritto: > Peppe, > > NACK.. this is going to get very slow for huge datasets containing empty > geoms only, as it is run on every redraw of the layer tree. please cache > the

Re: [JPP-Devel] SVN: [5185] core/trunk/src/com/vividsolutions/jump/workbench/ui/ LayerNameRenderer.java

2016-11-13 Thread edgar . soldin
Peppe, NACK.. this is going to get very slow for huge datasets containing empty geoms only, as it is run on every redraw of the layer tree. please cache the state and use a layer change listener or else users will complain about a frozen OJ some time in the future and we will have a hard time

[JPP-Devel] SVN: [5185] core/trunk/src/com/vividsolutions/jump/workbench/ui/ LayerNameRenderer.java

2016-11-13 Thread jump-pilot-svn
Revision: 5185 http://sourceforge.net/p/jump-pilot/code/5185 Author: ma15569 Date: 2016-11-13 17:41:37 + (Sun, 13 Nov 2016) Log Message: --- The layer tree shows a table icon for layers that have features with empty geometries Modified Paths: --

[JPP-Devel] SVN: [5184] core/trunk/lib/plus/ojsextante_binding_nov2016b.jar

2016-11-13 Thread jump-pilot-svn
Revision: 5184 http://sourceforge.net/p/jump-pilot/code/5184 Author: ma15569 Date: 2016-11-13 17:21:20 + (Sun, 13 Nov 2016) Log Message: --- Sextante. Workaround for bug 437 Modified Paths: -- core/trunk/lib/plus/ojsextante_binding_nov2016b.jar

[JPP-Devel] SVN: [5183] plug-ins/SextantePlugIn/src/es/unex/sextante/openjump/gui/ OpenJUMPInputFactory.java

2016-11-13 Thread jump-pilot-svn
Revision: 5183 http://sourceforge.net/p/jump-pilot/code/5183 Author: ma15569 Date: 2016-11-13 17:16:27 + (Sun, 13 Nov 2016) Log Message: --- Workaround for 437 Sextante Explore tool doesn't understand OpenJUMP multi geometries vector layers . Excluded multi geometries

[JPP-Devel] SVN: [5182] plug-ins/SextantePlugIn

2016-11-13 Thread jump-pilot-svn
Revision: 5182 http://sourceforge.net/p/jump-pilot/code/5182 Author: ma15569 Date: 2016-11-13 16:58:26 + (Sun, 13 Nov 2016) Log Message: --- correct bug on pick coordinate tool Modified Paths: -- plug-ins/SextantePlugIn/.classpath

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

2016-11-13 Thread edgar . soldin
On 07.10.2016 12:29, edgar.sol...@web.de wrote: > 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

Re: [JPP-Devel] new SaveWizard, open issues

2016-11-13 Thread Michaël Michaud
Hi Ede, 1. I'm not sure anybody uses GML 2.0 with a customized template (afaik, jml format uses it internally but with a hard-coded template) If the template could help reading inspiro-compatible gml (gml 3.2.1), I would keep it. Otherwise, I think it belongs to the past. Indeed, I doubt

[JPP-Devel] SVN: [5181] core/trunk/src/org/openjump/core/ui/plugin/file/open/ JFCWithEnterAction.java

2016-11-13 Thread jump-pilot-svn
Revision: 5181 http://sourceforge.net/p/jump-pilot/code/5181 Author: edso Date: 2016-11-13 15:28:04 + (Sun, 13 Nov 2016) Log Message: --- removed some spaces Modified Paths: -- core/trunk/src/org/openjump/core/ui/plugin/file/open/JFCWithEnterAction.java

[JPP-Devel] SVN: [5180] core/trunk/src/language

2016-11-13 Thread jump-pilot-svn
Revision: 5180 http://sourceforge.net/p/jump-pilot/code/5180 Author: edso Date: 2016-11-13 15:22:20 + (Sun, 13 Nov 2016) Log Message: --- i18n GeoJSON reader/writer taskmonitor output Modified Paths: -- core/trunk/src/language/jump.properties

[JPP-Devel] new SaveWizard, open issues

2016-11-13 Thread edgar . soldin
hey All, wrt. the topic above. what do you still expect from it to replace the SaveDatasetAsPlugin completely. i am aware of 1. no GML2.0 template support (do we actually still need that writer? what is the template for actually?) 2. EnableCheck support needed within the Wizard to en/disable

[JPP-Devel] next OJ release

2016-11-13 Thread edgar . soldin
hey All, we should start cleaning and finishing as I would like to release/prepare during the holidays as it seems to become traditional at least w/ me. are there any bigger construction sites still pending? from my side, there are 1. i am going to polish the new SaveWizard. i will write a