Re: [JPP-Devel] OSGeoLive and OJ2

2022-05-19 Thread Michaud Michael


Hi Peppe,I can port your changes to 2.0 if you want,Also, I have started a branch including big changes on raster symbology (branch = heatmapstyle).My original goal was to add a raster style for some kinds of multiband rasters, but from one thing to the next I made more import changes.- make RasterSymbology more abstract so that applying ColorMap on single band raster is only one option and others like heatmap style can inherit from it.- use image-io ext to be able to read bigtiff (not finished). Also I think that we can use last version of the library (currently we use old version 1.1.13 because of a problem with single band raster but I'm not sure what the problem was)- fix nodata writing (need a few more tests)- try to unify a bit Metadata model which has several redundant representations in the code- make code tolerant to wrong nodata representation if possibleIf you have the possibility to test a branch from the new github project, I would be pleased to have your feedback as you have worked a lot on raster plugins.Michaël envoyé : 19 mai 2022 à 10:08de : Giuseppe Aruta à : OpenJump develop and use objet : Re: [JPP-Devel] OSGeoLive and OJ2Hi Ede,There are still some enhancement/bugs that I did on OpenJUMP 1.16 in december:https://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/ChangeLogIn detail, points 6677 and 6678 are the bugsThank youPeppeIl giorno lun 16 mag 2022 alle ore 18:43  ha scritto:hey All,  are we satisfied with revamped OJ 2.0 stability and should include it in the upcoming OSGeoLive release? Or do we need to do a quick maintenance release beforehand?  Or should we stick with previous stable OJ 1.16 for the time being?  .. sunny regards, ede   ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel___Jump-pilot-devel mailing listJump-pilot-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] [openjump-gis/openjump] 21033d: Improve NoderPlugIn, preserve first point of linea...

2022-05-19 Thread Michaël Michaud via Jump-pilot-devel
  Branch: refs/heads/main
  Home:   https://github.com/openjump-gis/openjump
  Commit: 21033dd0241d9290634ecaba670c7ee0166bdc9b
  
https://github.com/openjump-gis/openjump/commit/21033dd0241d9290634ecaba670c7ee0166bdc9b
  Author: Michaël Michaud 
  Date:   2022-05-19 (Thu, 19 May 2022)

  Changed paths:
M 
src/com/vividsolutions/jump/plugin/edit/SegmentStringsWithData2Features.java

  Log Message:
  ---
  Improve NoderPlugIn, preserve first point of linear rings where nodes are 
added




___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OSGeoLive and OJ2

2022-05-19 Thread edgar . soldin

hey Peppe,

looks like those changes are not in *osgeo* OJ 1.16 as well, so no stopper for 
OJ2 as such.

surely they should be ported to OJ2 in the future, maybe start an issue on 
github, just to make sure? ..ede


On 19.05.2022 10:08, Giuseppe Aruta wrote:

Hi Ede,
There are still some enhancement/bugs that I did on OpenJUMP 1.16 in december:
https://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/ChangeLog 

In detail, points 6677 and 6678 are the bugs
Thank you
Peppe


Il giorno lun 16 mag 2022 alle ore 18:43 mailto:edgar.sol...@web.de>> ha scritto:

hey All,

are we satisfied with revamped OJ 2.0 stability and should include it in 
the upcoming OSGeoLive release? Or do we need to do a quick maintenance release 
beforehand?

Or should we stick with previous stable OJ 1.16 for the time being?

.. sunny regards, ede


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net 

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel 




___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OSGeoLive and OJ2

2022-05-19 Thread Giuseppe Aruta
Hi Ede,
There are still some enhancement/bugs that I did on OpenJUMP 1.16 in
december:
https://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/ChangeLog
In detail, points 6677 and 6678 are the bugs
Thank you
Peppe


Il giorno lun 16 mag 2022 alle ore 18:43  ha scritto:

> hey All,
>
> are we satisfied with revamped OJ 2.0 stability and should include it in
> the upcoming OSGeoLive release? Or do we need to do a quick maintenance
> release beforehand?
>
> Or should we stick with previous stable OJ 1.16 for the time being?
>
> .. sunny regards, ede
>
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] [openjump-gis/openjump] d8e14a: Fix z interpolation in NoderPlugIn

2022-05-19 Thread Michaël Michaud via Jump-pilot-devel
  Branch: refs/heads/main
  Home:   https://github.com/openjump-gis/openjump
  Commit: d8e14ad836b6b1b5d9433adc364b6775700882f8
  
https://github.com/openjump-gis/openjump/commit/d8e14ad836b6b1b5d9433adc364b6775700882f8
  Author: Michaël Michaud 
  Date:   2022-05-19 (Thu, 19 May 2022)

  Changed paths:
M 
src/com/vividsolutions/jump/plugin/edit/Features2SegmentStringsWithData.java
M 
src/com/vividsolutions/jump/plugin/edit/SegmentStringsWithData2Features.java

  Log Message:
  ---
  Fix z interpolation in NoderPlugIn




___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel