[JPP-Devel] FeatureInfo tool in the attribute window does not work

2015-06-18 Thread Rahkonen Jukka (MML)
Hi, Clicking a line with the info tool (i) in an attribute window gives an empty result. I made a test with a version from 8 months ago and with that the info tool works. Could this be a side effect of the recent work with synchronizing selections? -Jukka-

[JPP-Devel] Can't edit schema in new project window sometimes

2015-06-18 Thread Rahkonen Jukka (MML)
Hi, I came to a situation where I could not edit the schema of a layer that belonged to my second project window. Editings schemas of layer in my Project1 is still possible. I found that OJ on another computer showed the same issue but when I closed it and tried to reproduce the issue in a

[JPP-Devel] SVN: [4503] core/trunk/src/com/vividsolutions/jump/workbench/ui/warp/ AffineTransformPlugIn.java

2015-06-18 Thread jump-pilot-svn
Revision: 4503 http://sourceforge.net/p/jump-pilot/code/4503 Author: ma15569 Date: 2015-06-18 15:11:19 + (Thu, 18 Jun 2015) Log Message: --- Giuseppe Aruta (giuseppe_aruta[AT]yahoo.it) Modified Affine Transform plugin. It allows now to perform a 3-vector affine

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

2015-06-18 Thread jump-pilot-svn
Revision: 4502 http://sourceforge.net/p/jump-pilot/code/4502 Author: ma15569 Date: 2015-06-18 15:06:53 + (Thu, 18 Jun 2015) Log Message: --- Updated Language files Modified Paths: -- core/trunk/src/language/jump.properties

[JPP-Devel] Experimental Raster affine transformation on OpenJUMP

2015-06-18 Thread Giuseppe Aruta
Hi all, I added to PlugIn *Tools-Warp-Affine Transform (from warping vectors)* an experimental capability to do an affine transformation on raster images (only loaded via Sextante Raster framework, not single band raster). This capability uses JAI WarpPerspective.class to perform a buffered Image

[JPP-Devel] Raster Styler added to OJ core

2015-06-18 Thread Alberto De Luca - GeA
Hi everyone. I added the Raster Styler tool (that creates symbologies for 1-banded rasters) to the OJ core (thanks also to Peppe for his help). The tool is made of several classes, you can see them in this package (and subpackages): org.openjump.core.rasterimage.styler The tool is handled as

Re: [JPP-Devel] Raster Styler added to OJ core

2015-06-18 Thread Giuseppe Aruta
Hi Alberto, nice work! I think that OpenJUMP really needs to expand its raster capabilities. Best regards Peppe 2015-06-18 18:03 GMT+02:00 Alberto De Luca - GeA alberto.del...@geomaticaeambiente.com: Hi everyone. I added the Raster Styler tool (that creates symbologies for 1-banded

Re: [JPP-Devel] Experimental Raster affine transformation on OpenJUMP

2015-06-18 Thread Giuseppe Aruta
Hi Stefan 1 vector: only translation 2 vectors: translation, scale and rotation 3 vectors: translation, scale, rotation and shear I will add a page on the wiki about the usage (and the limits). Regarding including adjustment calculations, it requires probably more space and panels than the small

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

2015-06-18 Thread jump-pilot-svn
Revision: 4504 http://sourceforge.net/p/jump-pilot/code/4504 Author: bertazza Date: 2015-06-18 15:50:25 + (Thu, 18 Jun 2015) Log Message: --- Added Raster Styler to manage symbologies for 1-banded raster (available from raster layer contextual menu). Modified Paths:

Re: [JPP-Devel] SVN: [4500] core/trunk/src/com/vividsolutions/jump/workbench/ui

2015-06-18 Thread Michaël Michaud
Le 18/06/2015 11:14, edgar.sol...@web.de a écrit : On 18.06.2015 07:54, Michaël Michaud wrote: @@ -667,7 +668,11 @@ public void fireSelectionChanged() { for (Iterator i = listeners.iterator(); i.hasNext();) { LayerViewPanelListener l =

Re: [JPP-Devel] SVN: [4500] core/trunk/src/com/vividsolutions/jump/workbench/ui

2015-06-18 Thread edgar . soldin
On 18.06.2015 07:54, Michaël Michaud wrote: @@ -667,7 +668,11 @@ public void fireSelectionChanged() { for (Iterator i = listeners.iterator(); i.hasNext();) { LayerViewPanelListener l = (LayerViewPanelListener) i.next(); -