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
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
===
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
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
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/
---
** [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
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
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