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

2020-09-15 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6484 http://sourceforge.net/p/jump-pilot/code/6484 Author: edso Date: 2020-09-15 13:06:58 + (Tue, 15 Sep 2020) Log Message: --- cutify selected menu item icons (checkboxed) on windows by ticking them visually Modified Paths: --

[JPP-Devel] SVN: [6483] core/trunk/src/org/openjump/core/ui/plugin

2020-09-15 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6483 http://sourceforge.net/p/jump-pilot/code/6483 Author: edso Date: 2020-09-15 13:04:29 + (Tue, 15 Sep 2020) Log Message: --- clean up plugin installation Modified Paths: --

[JPP-Devel] SVN: [6482] core/trunk/src/com/vividsolutions/jump/workbench/ui/toolbox/ ToolboxPlugIn.java

2020-09-15 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6482 http://sourceforge.net/p/jump-pilot/code/6482 Author: edso Date: 2020-09-15 13:03:40 + (Tue, 15 Sep 2020) Log Message: --- signal that toolbox plugins a checkboxed, dialogs switchable visible/invisible via menu entry Modified Paths: --

[JPP-Devel] [jump-pilot:bugs] #506 Python console and tools issues

2020-09-15 Thread ede via Jump-pilot-devel
--- ** [bugs:#506] Python console and tools issues** **Status:** open **Milestone:** OJ_future **Created:** Tue Sep 15, 2020 01:00 PM UTC by ede **Last Updated:** Tue Sep 15, 2020 01:00 PM UTC **Owner:** nobody the EnableCheck seems not to work. it says it need an active taskframe. you can

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

2020-09-15 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6481 http://sourceforge.net/p/jump-pilot/code/6481 Author: edso Date: 2020-09-15 12:46:29 + (Tue, 15 Sep 2020) Log Message: --- add some utility methods switch resize algo to average because results look sharper make padding more flexible Modified Paths:

Re: [JPP-Devel] Error message on Monoband raster loaded as ReferencedImage or as RasterImageLayer

2020-09-15 Thread edgar . soldin
Peppe, please provide the complete error stacks or even better the OJ log file ..ede On 9/15/2020 13:14, Giuseppe Aruta wrote: > Hi all > Sometimes I try to load a monoband raster, like the one I attached to this > mail, and I get this message of error: > >  /(Referenced Image Exception) >

[JPP-Devel] Error message on Monoband raster loaded as ReferencedImage or as RasterImageLayer

2020-09-15 Thread Giuseppe Aruta
Hi all Sometimes I try to load a monoband raster, like the one I attached to this mail, and I get this message of error: *(Referenced Image Exception)com.vividsolutions.jump.workbench.imagery.ReferencedImageException: java.lang.ArrayIndexOutOfBoundsException at

[JPP-Devel] Extend pixel inspection

2020-09-15 Thread Giuseppe Aruta
Hi all, I added to the pixel inspection tool - activated on Sextante raster layer, on the menu Raster>pixel inspection - the capability to retrieve a set of a value (into a table) if the user drags on an area of the displayed (and selected) raster layer. It is a very testing tools as it is limited

[JPP-Devel] SVN: [6480] core/trunk/ChangeLog

2020-09-15 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6480 http://sourceforge.net/p/jump-pilot/code/6480 Author: ma15569 Date: 2020-09-15 10:18:11 + (Tue, 15 Sep 2020) Log Message: --- Updated changelog file Modified Paths: -- core/trunk/ChangeLog Modified: core/trunk/ChangeLog

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

2020-09-15 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6479 http://sourceforge.net/p/jump-pilot/code/6479 Author: ma15569 Date: 2020-09-15 10:12:10 + (Tue, 15 Sep 2020) Log Message: --- Test drag operation to retive a set of values Modified Paths: --

Re: [JPP-Devel] [jump-pilot:bugs] #503 1/2 pixel shift in image georeferencement

2020-09-15 Thread edgar . soldin
no problemo. maybe you shouldn't test readers as such but ways of georeferencing? meaning worldfile, gdal & geotiff parsing. probably easiest if you simply temporarily comment/uncomment those in GeoReferencedRaster.. ede On 9/14/2020 23:17, michael michaud via Jump-pilot-devel wrote: > Thanks