Re: [JPP-Devel] [bugs:#513] displaying raster layers in a correct way

2020-11-25 Thread Roberto Rossi
Michael, you wrote:/I suspect in case the image is not displayed, the change (from color to B&W icon) is never done. //Something to fix here again./ I thought that (simply) the colour icon indicates "image loading" and the B&W one"image loaded". I don't think is something to fix (if I und

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

2020-11-25 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6646 http://sourceforge.net/p/jump-pilot/code/6646 Author: michaudm Date: 2020-11-25 13:23:26 + (Wed, 25 Nov 2020) Log Message: --- ChangeLog Modified Paths: -- core/trunk/ChangeLog core/trunk/Changes.txt Modified: core/trunk/ChangeLog ===

[JPP-Devel] SVN: [6645] core/trunk/src/org/openjump/core/ui/plugin/edittoolbox/ cursortools/RemodelerTool.java

2020-11-25 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6645 http://sourceforge.net/p/jump-pilot/code/6645 Author: michaudm Date: 2020-11-25 13:20:16 + (Wed, 25 Nov 2020) Log Message: --- Fix modeler : now, operations resulting in invalid geometries should be rolled back Modified Paths: -- core/tr

[JPP-Devel] [jump-pilot:bugs] #515 Raster display in low memory situation

2020-11-25 Thread michael michaud via Jump-pilot-devel
Even after several bug fixes, I still not have a good understanding of the image framework. To be able to imagine improvements, I would need a more precise idea about when the image is read from disk and when/where/what is cached. It would deserve a page on the wiki if it does not exists so that

[JPP-Devel] SVN: [6644] core/trunk/src/org/openjump/core/ui/plugin/edittoolbox/ cursortools/RemodelerTool.java

2020-11-25 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6644 http://sourceforge.net/p/jump-pilot/code/6644 Author: michaudm Date: 2020-11-25 11:30:14 + (Wed, 25 Nov 2020) Log Message: --- Remodeler : fixes on z interpolation Modified Paths: -- core/trunk/src/org/openjump/core/ui/plugin/edittoolbox/

[JPP-Devel] [jump-pilot:bugs] #516 RemodelerTool not correct

2020-11-25 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#516] RemodelerTool not correct** **Status:** open **Milestone:** OJ_1.16 **Created:** Wed Nov 25, 2020 11:29 AM UTC by michael michaud **Last Updated:** Wed Nov 25, 2020 11:29 AM UTC **Owner:** michael michaud There are several bugs in ModelerTool : Z should not be interpolated

[JPP-Devel] [jump-pilot:bugs] #515 Raster display in low memory situation

2020-11-25 Thread ede via Jump-pilot-devel
maybe it'd make sense to simplify the framework to make it more memory efficient? as i see it, currently two things happen 1. for visualization a virtual image is created representing the (elevation or such) values in the raster 2. the image is still accessed to retrieve the actual values to do

[JPP-Devel] SVN: [6643] core/trunk/src/org/openjump/core/rasterimage/ RasterImageLayer.java

2020-11-25 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6643 http://sourceforge.net/p/jump-pilot/code/6643 Author: michaudm Date: 2020-11-25 10:32:59 + (Wed, 25 Nov 2020) Log Message: --- Fix related to #515 + remove duplicate code which could cause OOME Modified Paths: -- core/trunk/src/org/openjum