[JPP-Devel] [jump-pilot:discussion] Problem with OpenKLEM

2025-02-06 Thread michael michaud via Jump-pilot-devel
Hi Sivio, I'm not familiar with this extension, but I tried to reproduce the problem and noticed that the plugin checks input data is valid but omit to display a clear message if it is not. Before I could see the "parameter" tab, I get errors first because both raser input were the same, then b

[JPP-Devel] [jump-pilot:bugs] #417 wkb reader of spatialite

2022-02-20 Thread michael michaud via Jump-pilot-devel
Jukka, you are the expert about spatialite. I made a quick test but a confirmation from you would be welcome. I think OpenJUMP is not ready to manage the full set of geometries with Z, M and ZM, but it should read geometries with Z without losing Z and read geometries with ZM at least as geometr

[JPP-Devel] [jump-pilot:bugs] #486 OpenJUMP fails to read 4D geom from postgis

2022-02-20 Thread michael michaud via Jump-pilot-devel
- **status**: open --> closed-fixed - **Milestone**: OJ_future --> OJ_2.x --- ** [bugs:#486] OpenJUMP fails to read 4D geom from postgis** **Status:** closed-fixed **Milestone:** OJ_2.x **Created:** Tue May 21, 2019 06:17 AM UTC by michael michaud **Last Updated:** Sun Feb 20, 2022 09:51 AM UT

[JPP-Devel] [jump-pilot:bugs] #486 OpenJUMP fails to read 4D geom from postgis

2022-02-20 Thread michael michaud via Jump-pilot-devel
4D geometries are still not fully read, but they are now correctly interpreted as 3D geometries Example : LINESTRINGZM(1 2 3 4, 5 6 7 8, 9 10 11 12) is read as LINESTRING Z ( 1 2 3, 5 6 7, 9 10 11 ) I close the ticket --- ** [bugs:#486] OpenJUMP fails to read 4D geom from postgis** **Status:*

[JPP-Devel] [jump-pilot:bugs] #482 OpenJUMP Style - "Style">"Import ArcMap Style" seems hard to work

2022-02-20 Thread michael michaud via Jump-pilot-devel
Peppe, this plugin is still present in OpenJUMP 2.0. Can you tell us where we are about this ticket ? --- ** [bugs:#482] OpenJUMP Style - "Style">"Import ArcMap Style" seems hard to work** **Status:** open **Milestone:** OJ_2.x **Created:** Mon Dec 10, 2018 09:41 AM UTC by Giuseppe Aruta **La

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

2022-02-20 Thread michael michaud via Jump-pilot-devel
Will ask for a double check on OpenJUMP 2.0 before closing the ticket --- ** [bugs:#516] RemodelerTool not correct** **Status:** pending **Milestone:** OJ_1.16 **Created:** Wed Nov 25, 2020 11:29 AM UTC by michael michaud **Last Updated:** Mon Nov 30, 2020 10:14 PM UTC **Owner:** michael michau

[JPP-Devel] [jump-pilot:bugs] #519 Replace geometric algo by JTS

2022-02-20 Thread michael michaud via Jump-pilot-devel
- **Milestone**: OJ_2.x --> OJ_future --- ** [bugs:#519] Replace geometric algo by JTS** **Status:** open **Milestone:** OJ_future **Created:** Wed Dec 30, 2020 08:21 AM UTC by michael michaud **Last Updated:** Sun Feb 20, 2022 09:11 AM UTC **Owner:** michael michaud Once migration to locati

[JPP-Devel] [jump-pilot:bugs] #519 Replace geometric algo by JTS

2022-02-20 Thread michael michaud via Jump-pilot-devel
JTS Densifier will take care of Z in the next version. Note here as a reminder. Let's say target version for this change is 2.1.x (adoption of next JTS version) --- ** [bugs:#519] Replace geometric algo by JTS** **Status:** open **Milestone:** OJ_2.x **Created:** Wed Dec 30, 2020 08:21 AM U

[JPP-Devel] [jump-pilot:bugs] Re: #521 Error on Measure Toolbox plugin OpenJUMP 2 - rev 4996 20211017

2021-11-22 Thread michael michaud via Jump-pilot-devel
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";> Hi Ede,Are you sure you tested the extension from the plugins menu and using the drag mode as stated by Peppe and not the measure tool of the toolbar which works fine for me also ?Michaëlenvoyé : 22 novemb

[JPP-Devel] [jump-pilot:bugs] #521 Error on Measure Toolbox plugin OpenJUMP 2 - rev 4996 20211017

2021-11-21 Thread michael michaud via Jump-pilot-devel
Sorry, https://ojrepo.soldin.de "2.0-SNAPSHOT" is referencing jts1.18.1 but "2.0-main-SNAPSHOT" is referencing jts 1.18.2 and measure-toolbox is pointing to the second. So I have no idea about what happens. By the way, is there a reason to keep 2 snapshots in the repo ? Michaël --- ** [bugs:

[JPP-Devel] [jump-pilot:bugs] #521 Error on Measure Toolbox plugin OpenJUMP 2 - rev 4996 20211017

2021-11-21 Thread michael michaud via Jump-pilot-devel
Hi, My fault, checksum was ok, but I did a mistake in the file name. I could compile and package locally now, but it still throws an exception. The only thing I can think about is that measure-toolbox still compile against https://ojrepo.soldin.de/ which reference 1.18.1 Michaël --- ** [bugs:#

[JPP-Devel] [jump-pilot:bugs] Re: #521 Error on Measure Toolbox plugin OpenJUMP 2 - rev 4996 20211017

2021-11-21 Thread michael michaud via Jump-pilot-devel
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";> Hi Ede,I tried to follow your procedure, but I can't build OpenJUMP against the new measure-toolbox-extension-2.1.1-alpha release because of the sha1 checksum.I updated OpenJUMP pom with the checksum taken

[JPP-Devel] [jump-pilot:bugs] Re: #521 Error on Measure Toolbox plugin OpenJUMP 2 - rev 4996 20211017

2021-11-20 Thread michael michaud via Jump-pilot-devel
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";> Hi,Quite strange error. I think fix would be easy by using an alternative method like CoordinateList.add(Coordinate,boolean), but I would rather understand what happens.In the past few years, CoordinateLi

[JPP-Devel] [jump-pilot:bugs] Re: #312 Menu slow down

2021-10-01 Thread michael michaud via Jump-pilot-devel
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";> Hi Ede,Nice idea. Seems to me that the only check call involved is in EnableCheckMenuItemShownListener.Don't you thing it maybe an overkilled solution. It means that opening a new menu will create as many

[JPP-Devel] [jump-pilot:bugs] #312 Menu slow down

2021-09-19 Thread michael michaud via Jump-pilot-devel
Some menus may be slow down by enableCheck associated to them. Most enable checks just check general properties of the layer, but some may implement specific checks on feature geometries. In case of heavy geometries, such check may slowdown the UI responsiveness. --- ** [bugs:#312] Menu slo

[JPP-Devel] [jump-pilot:bugs] #499 SelectFilesOptionPanel and extensions

2021-09-19 Thread michael michaud via Jump-pilot-devel
- **status**: open --> closed-fixed - **assigned_to**: ede - **Comment**: Fixed by Ede's refactoring of I18N class in OpenJUMP 2 and by an upgrade of all extensions hosted on github. --- ** [bugs:#499] SelectFilesOptionPanel and extensions** **Status:** closed-fixed **Milestone:** OJ_future

[JPP-Devel] [jump-pilot:bugs] #518 Java2xml framework : no default default value

2021-09-19 Thread michael michaud via Jump-pilot-devel
- **status**: open --> closed-fixed - **assigned_to**: michael michaud - **Comment**: Added on 2021-09-07. See BasicStyle.java2xml for an example. --- ** [bugs:#518] Java2xml framework : no default default value** **Status:** closed-fixed **Milestone:** OJ_future **Created:** Mon Dec 28, 2020

[JPP-Devel] [jump-pilot:bugs] #417 wkb reader of spatialite

2021-05-13 Thread michael michaud via Jump-pilot-devel
Hey, I made a quick test with OpenJUMP 2.0 (snapshot) and it seems to read geometry 3d correctly (thanks to JTS 1.18 upgrade). Note that I could read it with a spatialite db created from postgis, but I could not read any geometry from my first try with a database opened in spatialite_gui where I

[JPP-Devel] [jump-pilot:bugs] #517 Raster styling bug

2021-05-13 Thread michael michaud via Jump-pilot-devel
- **status**: pending --> closed-fixed --- ** [bugs:#517] Raster styling bug** **Status:** closed-fixed **Milestone:** OJ_1.16 **Created:** Tue Dec 22, 2020 11:41 AM UTC by michael michaud **Last Updated:** Tue Dec 22, 2020 12:19 PM UTC **Owner:** michael michaud See description in Jukka's m

[JPP-Devel] [jump-pilot:bugs] #519 Replace geometric algo by JTS

2020-12-30 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#519] Replace geometric algo by JTS** **Status:** open **Milestone:** OJ_2.x **Created:** Wed Dec 30, 2020 08:21 AM UTC by michael michaud **Last Updated:** Wed Dec 30, 2020 08:21 AM UTC **Owner:** michael michaud Once migration to locationtech done, try to replace old OpenJUMP

[JPP-Devel] [jump-pilot:bugs] #518 Java2xml framework : no default default value

2020-12-28 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#518] Java2xml framework : no default default value** **Status:** open **Milestone:** OJ_future **Created:** Mon Dec 28, 2020 09:03 AM UTC by michael michaud **Last Updated:** Mon Dec 28, 2020 09:03 AM UTC **Owner:** nobody Currently, an attribute defined in the xml specificatio

[JPP-Devel] [jump-pilot:bugs] #517 Raster styling bug

2020-12-22 Thread michael michaud via Jump-pilot-devel
- **status**: open --> pending --- ** [bugs:#517] Raster styling bug** **Status:** pending **Milestone:** OJ_1.16 **Created:** Tue Dec 22, 2020 11:41 AM UTC by michael michaud **Last Updated:** Tue Dec 22, 2020 11:46 AM UTC **Owner:** michael michaud See description in Jukka's mail : https:/

[JPP-Devel] [jump-pilot:bugs] #517 Raster styling bug

2020-12-22 Thread michael michaud via Jump-pilot-devel
should be fixed in r6656 --- ** [bugs:#517] Raster styling bug** **Status:** open **Milestone:** OJ_1.16 **Created:** Tue Dec 22, 2020 11:41 AM UTC by michael michaud **Last Updated:** Tue Dec 22, 2020 11:41 AM UTC **Owner:** michael michaud See description in Jukka's mail : https://sourcefor

[JPP-Devel] [jump-pilot:bugs] #517 Raster styling bug

2020-12-22 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#517] Raster styling bug** **Status:** open **Milestone:** OJ_1.16 **Created:** Tue Dec 22, 2020 11:41 AM UTC by michael michaud **Last Updated:** Tue Dec 22, 2020 11:41 AM UTC **Owner:** michael michaud See description in Jukka's mail : https://sourceforge.net/p/jump-pilot/mail

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

2020-11-30 Thread michael michaud via Jump-pilot-devel
- **status**: open --> pending - **Comment**: Should be fixed. Waiting for feedback from a known user. --- ** [bugs:#516] RemodelerTool not correct** **Status:** pending **Milestone:** OJ_1.16 **Created:** Wed Nov 25, 2020 11:29 AM UTC by michael michaud **Last Updated:** Wed Nov 25, 2020 11:

[JPP-Devel] [jump-pilot:bugs] #382 Delete Incremental Warping Vector tool does not work

2020-11-30 Thread michael michaud via Jump-pilot-devel
- **status**: open --> closed-fixed --- ** [bugs:#382] Delete Incremental Warping Vector tool does not work** **Status:** closed-fixed **Milestone:** OJ_1.16 **Created:** Mon Nov 24, 2014 04:24 PM UTC by Jukka Rahkonen **Last Updated:** Wed Oct 28, 2020 10:53 AM UTC **Owner:** nobody With Op

[JPP-Devel] [jump-pilot:bugs] #511 CropWarp raster plugin can't overload existing file

2020-11-30 Thread michael michaud via Jump-pilot-devel
- **Milestone**: OJ_1.16 --> OJ_future - **Comment**: Thank Peppe, I let it opened as it may probably be fixed in a better way, but it can be postponed to version 2. Currently, a first dialog ask the user if he wants to overwrite the existing file. If yes, the user is informed it is not possible

[JPP-Devel] [jump-pilot:bugs] #512 Georeferenced RasterImage : useless dialog to create a worlfile

2020-11-30 Thread michael michaud via Jump-pilot-devel
- **status**: pending --> closed-fixed --- ** [bugs:#512] Georeferenced RasterImage : useless dialog to create a worlfile** **Status:** closed-fixed **Milestone:** OJ_1.16 **Created:** Wed Nov 11, 2020 08:29 AM UTC by michael michaud **Last Updated:** Mon Nov 30, 2020 07:56 PM UTC **Owner:** n

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

2020-11-29 Thread michael michaud via Jump-pilot-devel
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";> Hi Ede,Thank you for the overview of the main raster classes.I don't know if your proposition of saving the displayed image to disk would improve performance/memory usage. It would need tests. Anyway, let

[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] [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-24 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#515] Raster display in low memory situation** **Status:** open **Milestone:** OJ_future **Created:** Tue Nov 24, 2020 10:20 PM UTC by michael michaud **Last Updated:** Tue Nov 24, 2020 10:20 PM UTC **Owner:** michael michaud This ticket follows ticket #513. After correction of

[JPP-Devel] [jump-pilot:bugs] #511 CropWarp raster plugin can't overload existing file

2020-11-21 Thread michael michaud via Jump-pilot-devel
I did further tests and observed something strange which may be related (or not) to this bug. I crop an image and save the result in a new file, it creates a new RasterImageLayer. I remove this new RasterImageLayer from the LayerNamePanel : the underlying file stay locked Now I remove also the o

[JPP-Devel] [jump-pilot:bugs] #514 Images with positive y-scale

2020-11-21 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#514] Images with positive y-scale** **Status:** open **Milestone:** OJ_future **Created:** Sat Nov 21, 2020 08:43 AM UTC by michael michaud **Last Updated:** Sat Nov 21, 2020 08:43 AM UTC **Owner:** nobody Most georeferenced images use a coordinate model where y axis is oriente

[JPP-Devel] [jump-pilot:bugs] #505 Customize -> Beanshell Editor Plugin opens unlimited dialog windows every time it is executed

2020-11-21 Thread michael michaud via Jump-pilot-devel
Did you have a try, Ede ? Can we close ? --- ** [bugs:#505] Customize -> Beanshell Editor Plugin opens unlimited dialog windows every time it is executed** **Status:** pending **Milestone:** OJ_future **Created:** Mon Sep 14, 2020 02:36 PM UTC by ede **Last Updated:** Mon Oct 12, 2020 05:28 PM

[JPP-Devel] [jump-pilot:bugs] #510 Create Polygon From a Raster bug

2020-11-21 Thread michael michaud via Jump-pilot-devel
- **status**: open --> closed-fixed - **Comment**: I close the ticket and let Peppe open a new ticket or report Jukka's suggestion to use statistics in the wiki. --- ** [bugs:#510] Create Polygon From a Raster bug** **Status:** closed-fixed **Milestone:** OJ_1.16 **Created:** Tue Nov 10, 20

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

2020-11-21 Thread michael michaud via Jump-pilot-devel
All this ticket is about situations where memory consumption is high compared to max available memory. Original behaviour : symbolizing process was cut off and image was displayed with a wrong appearance First fix : when available memory is too low, additional images are no more displayed Now :

[JPP-Devel] [jump-pilot:bugs] #512 Georeferenced RasterImage : useless dialog to create a worlfile

2020-11-20 Thread michael michaud via Jump-pilot-devel
Peppe, Seems that your noWF.tif contains invalid geotags. ExifTools shows the following warning "Non-standard format (string) for IFD0 0x87af GeoTiffDirectory" which explains why OpenJUMP throws an exception when it tries to read tag 34735 (waiting for unisgned short array, find a string) Can you

[JPP-Devel] [jump-pilot:bugs] #512 Georeferenced RasterImage : useless dialog to create a worlfile

2020-11-15 Thread michael michaud via Jump-pilot-devel
Thanks for the reminder Peppe. It was useful. Initial statement should be fixed in r6623. I did not understand your last statement. Can you tell if it is solved by r6623, and if not, elaborate. --- ** [bugs:#512] Georeferenced RasterImage : useless dialog to create a worlfile** **Status:** ope

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

2020-11-11 Thread michael michaud via Jump-pilot-devel
Peppe, a) I cannot reproduce the problem. Can you test again with 6620+. In 6619, I let a println which could eventually throw a NPE. Also in 6619, line 432 is an empty line (?) b) We probably must handle memory limitations in a more elegant way, but it is not easy because the current code may

[JPP-Devel] [jump-pilot:bugs] #511 CropWarp raster plugin can't overload existing file

2020-11-11 Thread michael michaud via Jump-pilot-devel
Maybe. I think at least NPE was a bug left in a recent commit I did. For other remarks, I really must repeat the process step by step. --- ** [bugs:#511] CropWarp raster plugin can't overload existing file** **Status:** open **Milestone:** undecided **Created:** Tue Nov 10, 2020 10:01 PM UTC b

[JPP-Devel] [jump-pilot:bugs] #510 Create Polygon From a Raster bug

2020-11-11 Thread michael michaud via Jump-pilot-devel
I just made a fix as if it was a bug : floating values was not recognized because of a conversion to int which , I think, was not necessary. I also changed a piece of code to make it faster. Peppe, the change is quite small. Please, have a look and check if I have respected the original intentio

[JPP-Devel] [jump-pilot:bugs] #511 CropWarp raster plugin can't overload existing file

2020-11-11 Thread michael michaud via Jump-pilot-devel
I try to reproduce the problem this morning, but after I get a NPE in roughly similar conditions, I now try to describe the problem precisely, step by step... and the problem vanished. I'm quite sure there are some conditions producing weird results or NPE, but it may not be normal conditions.

[JPP-Devel] [jump-pilot:bugs] #512 Georeferenced RasterImage : useless dialog to create a worlfile

2020-11-11 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#512] Georeferenced RasterImage : useless dialog to create a worlfile** **Status:** open **Milestone:** OJ_1.16 **Created:** Wed Nov 11, 2020 08:29 AM UTC by michael michaud **Last Updated:** Wed Nov 11, 2020 08:29 AM UTC **Owner:** nobody Trying to open a georeferenced GeoTiff

[JPP-Devel] [jump-pilot:bugs] #511 CropWarp raster plugin can't overload existing file

2020-11-10 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#511] CropWarp raster plugin can't overload existing file** **Status:** open **Milestone:** undecided **Created:** Tue Nov 10, 2020 10:01 PM UTC by michael michaud **Last Updated:** Tue Nov 10, 2020 10:01 PM UTC **Owner:** nobody If one process an image with CropWarpPlugin and t

[JPP-Devel] [jump-pilot:bugs] Re: #510 Create Polygon From a Raster bug

2020-11-10 Thread michael michaud via Jump-pilot-devel
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";> Hi Peppe,Thank you for the detailed answer.Indeed, I was not trying to do something useful, just checking if I did not introduce a new bug in RasterImageLayer.I perfectly understand that applying this tool

[JPP-Devel] [jump-pilot:bugs] #510 Create Polygon From a Raster bug

2020-11-10 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#510] Create Polygon From a Raster bug** **Status:** open **Milestone:** OJ_1.16 **Created:** Tue Nov 10, 2020 12:59 PM UTC by michael michaud **Last Updated:** Tue Nov 10, 2020 12:59 PM UTC **Owner:** nobody The plugin has two modes : AdbToolbox and Sextante. With tiff images o

[JPP-Devel] [jump-pilot:bugs] #509 GeoImage and RasterImageLayer : why JAI

2020-11-07 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#509] GeoImage and RasterImageLayer : why JAI** **Status:** open **Milestone:** OJ_future **Created:** Sat Nov 07, 2020 09:12 PM UTC by michael michaud **Last Updated:** Sat Nov 07, 2020 09:12 PM UTC **Owner:** michael michaud GeoImage and RasterImageLayer process image using JA

[JPP-Devel] [jump-pilot:bugs] #508 Possible bug on Interior Border, Basic Style

2020-10-25 Thread michael michaud via Jump-pilot-devel
Thanks Peppe, Please, check it is solved in 6602 --- ** [bugs:#508] Possible bug on Interior Border, Basic Style** **Status:** open **Milestone:** undecided **Created:** Sun Oct 25, 2020 11:41 AM UTC by Giuseppe Aruta **Last Updated:** Sun Oct 25, 2020 11:50 AM UTC **Owner:** nobody **Attachmen

[JPP-Devel] [jump-pilot:feature-requests] #245 Create form to edit attribute values

2020-10-25 Thread michael michaud via Jump-pilot-devel
Nice addition. I still let the FR open as I still miss a dedicated editor with a better interface (1 line / attribute) and able to edit any selected feature, not only those just created. --- ** [feature-requests:#245] Create form to edit attribute values** **Status:** pending **Created:** Mo

[JPP-Devel] [jump-pilot:bugs] #382 Delete Incremental Warping Vector tool does not work

2020-10-24 Thread michael michaud via Jump-pilot-devel
Jukka, Should be fixed in r6601, please, have a test. --- ** [bugs:#382] Delete Incremental Warping Vector tool does not work** **Status:** open **Milestone:** OJ_1.16 **Created:** Mon Nov 24, 2014 04:24 PM UTC by Jukka Rahkonen **Last Updated:** Mon Sep 14, 2020 09:14 AM UTC **Owner:** nobody

[JPP-Devel] [jump-pilot:bugs] #385 Paste Layerable fails to work with RasterImageLayer class

2020-10-13 Thread michael michaud via Jump-pilot-devel
Peppe, it appears that in commit 6437, you reverted the fix I did in commit 6399 to fix this bug. Do you remember why you reverted the change I did in clone() method. Thanks --- ** [bugs:#385] Paste Layerable fails to work with RasterImageLayer class** **Status:** pending **Milestone:** OJ_1.1

[JPP-Devel] [jump-pilot:bugs] Re: #507 GeoImage and high zoom level

2020-10-13 Thread michael michaud via Jump-pilot-devel
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";> envoyé : 13 octobre 2020 à 12:22de : ede à : "[jump-pilot:bugs] " <5...@bugs.jump-pilot.p.re.sourceforge.net>objet : [jump-pilot:bugs] Re: #507 GeoImage and high zoom levelOn 10/12/2020 19:27, michael mic

[JPP-Devel] [jump-pilot:bugs] #363 Dataset charset not visible

2020-10-12 Thread michael michaud via Jump-pilot-devel
- **status**: open --> closed-fixed - **Comment**: Cannot reproduce, may have been solved a long time ago. --- ** [bugs:#363] Dataset charset not visible** **Status:** closed-fixed **Milestone:** OJ_1.16 **Created:** Tue May 06, 2014 07:56 PM UTC by michael michaud **Last Updated:** Sun Sep 1

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

2020-10-12 Thread michael michaud via Jump-pilot-devel
- **status**: open --> closed-fixed - **Comment**: There are still small problems with georeferencing, but it seems to be due to the usage of float instead of doubles, and it is much less than 1/2 pixel. See #507. I close this ticket --- ** [bugs:#503] 1/2 pixel shift in image georeferencem

[JPP-Devel] [jump-pilot:bugs] #507 GeoImage and high zoom level

2020-10-12 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#507] GeoImage and high zoom level** **Status:** open **Milestone:** OJ_future **Created:** Mon Oct 12, 2020 05:27 PM UTC by michael michaud **Last Updated:** Mon Oct 12, 2020 05:27 PM UTC **Owner:** nobody There are two problems in GeoImage.paint when using very high level of z

[JPP-Devel] [jump-pilot:bugs] #505 Customize -> Beanshell Editor Plugin opens unlimited dialog windows every time it is executed

2020-10-12 Thread michael michaud via Jump-pilot-devel
- **status**: open --> pending --- ** [bugs:#505] Customize -> Beanshell Editor Plugin opens unlimited dialog windows every time it is executed** **Status:** pending **Milestone:** OJ_future **Created:** Mon Sep 14, 2020 02:36 PM UTC by ede **Last Updated:** Sun Oct 04, 2020 01:03 PM UTC **Ow

[JPP-Devel] [jump-pilot:bugs] #502 ColorTheming style throws exception and makes UI unusable

2020-10-04 Thread michael michaud via Jump-pilot-devel
- **status**: pending --> closed-fixed --- ** [bugs:#502] ColorTheming style throws exception and makes UI unusable** **Status:** closed-fixed **Milestone:** OJ_1.16 **Created:** Wed Sep 02, 2020 06:04 PM UTC by michael michaud **Last Updated:** Wed Sep 02, 2020 08:56 PM UTC **Owner:** michael

[JPP-Devel] [jump-pilot:bugs] #505 Customize -> Beanshell Editor Plugin opens unlimited dialog windows every time it is executed

2020-10-04 Thread michael michaud via Jump-pilot-devel
>From r6572, only one editor can be created. When menu item is clicked, - if no editor yet exists, it creates one, and - if an editor already exists (eventually hidden behind other windows), it displays it on the top. --- ** [bugs:#505] Customize -> Beanshell Editor Plugin opens unlimited di

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

2020-10-04 Thread michael michaud via Jump-pilot-devel
I mean before you deactivated the call to createEnableCheck() of course --- ** [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:** Sun Oct 04, 2020 10:16 AM UTC **Owner:** nobody the Enabl

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

2020-10-04 Thread michael michaud via Jump-pilot-devel
What do you mean ? According to my test, EnableCheck behaves as usual, deactivating the menu item if taskframe is not active. How can you open if menu item is grey ? --- ** [bugs:#506] Python console and tools issues** **Status:** open **Milestone:** OJ_future **Created:** Tue Sep 15, 2020 01

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

2020-09-16 Thread michael michaud via Jump-pilot-devel
Seems to be fixed for all legacy drivers. All tests have been made with a normal RGB Geotiff image from IGN : - was already OK with Commons imaging - has been fixed by r6485 for GeoTIFF driver in com/vividsolutions/jump/workbench/imagery/geotiff/RasterPainter - has been fixed by r6478 for all oth

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

2020-09-14 Thread michael michaud via Jump-pilot-devel
Thanks Ede, it helped ;-) I could make a fix. I still must check if it works for every loader though. --- ** [bugs:#503] 1/2 pixel shift in image georeferencement** **Status:** open **Milestone:** OJ_1.16 **Created:** Sun Sep 13, 2020 09:52 AM UTC by michael michaud **Last Updated:** Mon Sep 14

[JPP-Devel] [jump-pilot:bugs] #496 OpenJUMP 1.15 freezes on loading project files from differing versions

2020-09-14 Thread michael michaud via Jump-pilot-devel
Peppe, do you get this problem with the project you sent us (project.jmp and project-6363.jmp) ? --- ** [bugs:#496] OpenJUMP 1.15 freezes on loading project files from differing versions** **Status:** open **Milestone:** OJ_future **Created:** Tue Aug 11, 2020 10:35 AM UTC by ede **Last Upda

[JPP-Devel] [jump-pilot:bugs] #430 JP2 reader does not read all jp2 files

2020-09-14 Thread michael michaud via Jump-pilot-devel
Thanks for this fix ede. I could read successfully images with native open jpeg and ecw and I agree that we should use openjpeg first. With ImageIO JPEG 2000 Image Reader, I still get an image with a very bad resolution and compressed version takes hours to load/uncompress. Don't know if you tr

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

2020-09-14 Thread michael michaud via Jump-pilot-devel
Seems to me that Sextante Raster and Commons Imaging referencing are correct and that other ones are shifted. I don't know why images loaded with Commons Imaging are not referenced as others. Ede, any hint to help me understand which loader uses which ImageFactory/ReferencedImage ? --- ** [b

[JPP-Devel] [jump-pilot:bugs] #496 OpenJUMP 1.15 freezes on loading project files from differing versions

2020-09-13 Thread michael michaud via Jump-pilot-devel
Ede, did you ever reproduce the problem ? Peppe, can you reproduce it ? If not, I propose to open another ticket about saving raster in a project and to close this one. --- ** [bugs:#496] OpenJUMP 1.15 freezes on loading project files from differing versions** **Status:** open **Milestone:**

[JPP-Devel] [jump-pilot:bugs] #499 SelectFilesOptionPanel and extensions

2020-09-13 Thread michael michaud via Jump-pilot-devel
- **Milestone**: OJ_1.16 --> OJ_future - **Comment**: I think we can do better, but there is no hurry. I tagged it OJ_future --- ** [bugs:#499] SelectFilesOptionPanel and extensions** **Status:** open **Milestone:** OJ_future **Created:** Sun Aug 30, 2020 09:43 AM UTC by michael michaud **Las

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

2020-09-13 Thread michael michaud via Jump-pilot-devel
There is the following comment from Stefan Steiniger in the AddRasterImageLayerWizard class : ~~~ TODO: [sstein] Feb.2009 - I discovered a 0.5px offset towards south-east for the envelope, in comparison with images loaded with Jon's/VividSolutions implementation, if the envelope is obtained from

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

2020-09-13 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#503] 1/2 pixel shift in image georeferencement** **Status:** open **Milestone:** undecided **Created:** Sun Sep 13, 2020 09:52 AM UTC by michael michaud **Last Updated:** Sun Sep 13, 2020 09:52 AM UTC **Owner:** nobody There is still 1/2 pixel difference between image georefere

[JPP-Devel] [jump-pilot:bugs] #451 Add image layer throwing exception

2020-09-13 Thread michael michaud via Jump-pilot-devel
Ede, can you tell me why this error (NoClassDefFoundError) is expected ? Anyway, if it is, I suggest that we close the ticket. --- ** [bugs:#451] Add image layer throwing exception** **Status:** open **Milestone:** **Created:** Fri Jan 06, 2017 07:25 AM UTC by michael michaud **Last Updated:**

[JPP-Devel] [jump-pilot:bugs] #498 Most GeoTIFF drivers fail with a simple GeoTIFF image

2020-09-13 Thread michael michaud via Jump-pilot-devel
I did mor eextensive tests with 4 types of image : **small world** : seems that the problem with commons-imaging is the combination of multi-bands and interleave=band (an image with same characteristics but with interleave=pixel can be read correctly) **peppe's dem (ASTGTMV003_N08W084_dem)** : th

[JPP-Devel] [jump-pilot:bugs] Re: #498 Most GeoTIFF drivers fail with a simple GeoTIFF image

2020-09-12 Thread michael michaud via Jump-pilot-devel
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";> OK, I see,The drivers wich did not work still does not work :-(Will do some more test tomorrow.Anyway, I spent several days trying to catch an error to return a more informative message to the user, but w

[JPP-Devel] [jump-pilot:bugs] #498 Most GeoTIFF drivers fail with a simple GeoTIFF image

2020-09-12 Thread michael michaud via Jump-pilot-devel
I tried to handle errors in a more friendly way in r6443, but it seems that the best improvement wrt this ticket has been made by changing old jai libray by the new oss version. Thanks EDE. There is still two drivers failing in reading the small_world tiff image. One of them is Apache Commons Im

[JPP-Devel] [jump-pilot:bugs] #498 Most GeoTIFF drivers fail with a simple GeoTIFF image

2020-09-04 Thread michael michaud via Jump-pilot-devel
Just tested again with r6423. Loading image with Open > File did not change There is still the same drivers working and the same drivers throwing different exceptions with small_world tif On the other hand, Open > Raster Image (Sextante) now loads and display the image correctly ;-) Aster DEM

[JPP-Devel] [jump-pilot:bugs] #502 ColorTheming style throws exception and makes UI unusable

2020-09-02 Thread michael michaud via Jump-pilot-devel
- **status**: open --> pending - **Comment**: solved in r6416 --- ** [bugs:#502] ColorTheming style throws exception and makes UI unusable** **Status:** pending **Milestone:** OJ_1.16 **Created:** Wed Sep 02, 2020 06:04 PM UTC by michael michaud **Last Updated:** Wed Sep 02, 2020 06:04 PM UTC

[JPP-Devel] [jump-pilot:bugs] #502 ColorTheming style throws exception and makes UI unusable

2020-09-02 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#502] ColorTheming style throws exception and makes UI unusable** **Status:** open **Milestone:** OJ_1.16 **Created:** Wed Sep 02, 2020 06:04 PM UTC by michael michaud **Last Updated:** Wed Sep 02, 2020 06:04 PM UTC **Owner:** michael michaud Import a shapefile with a double att

[JPP-Devel] [jump-pilot:bugs] Re: #498 Most GeoTIFF drivers fail with a simple GeoTIFF image

2020-09-02 Thread michael michaud via Jump-pilot-devel
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";> Thanks for your effort Peppe,I'll try it soon and I'll come back to you.Michaëlenvoyé : 2 septembre 2020 à 11:29de : Giuseppe Aruta à : "[jump-pilot:bugs] " <4...@bugs.jump-pilot.p.re.sourceforge.net>obje

[JPP-Devel] [jump-pilot:bugs] #494 Load WKT file with set options

2020-09-02 Thread michael michaud via Jump-pilot-devel
- **status**: pending --> closed-fixed - **Milestone**: --> undecided - **Comment**: --- ** [bugs:#494] Load WKT file with set options** **Status:** closed-fixed **Milestone:** undecided **Labels:** WKT WKT (set options) **Created:** Thu Jul 30, 2020 08:54 AM UTC by János Tamás Kis **Last

[JPP-Devel] [jump-pilot:bugs] Re: #494 Load WKT file with set options

2020-09-01 Thread michael michaud via Jump-pilot-devel
Janos "I can accept the restriction of the WKT format, that it can be stored only the geometry but then should not be allowed the "WKT (set options)" chance." Indeed, you can save the wkt with attribute. It is just a little bit hidden : save as csv, choose attributes to export and in the attribu

[JPP-Devel] [jump-pilot:bugs] #322 OJ stops without warnings on system shutdown

2020-08-31 Thread michael michaud via Jump-pilot-devel
I could not see much effect either (same environment as yours). Seems that the saving dialog appears a fraction of second, but the task killer is not one to be very patient. Also I dicovered that tasks in the taskmanager can show their subprocesses : killing OpenJDK kill the whole process, but s

[JPP-Devel] [jump-pilot:bugs] #501 I18N from extension

2020-08-31 Thread michael michaud via Jump-pilot-devel
Yes, neat, i'm ok with this proposition ;-) Does it mean you would also remove getMessage variant ? --- ** [bugs:#501] I18N from extension** **Status:** open **Milestone:** undecided **Created:** Mon Aug 31, 2020 10:32 AM UTC by michael michaud **Last Updated:** Mon Aug 31, 2020 04:19 PM UTC **

[JPP-Devel] [jump-pilot:bugs] #501 I18N from extension

2020-08-31 Thread michael michaud via Jump-pilot-devel
get(String key) with a single parameter is already used as a static method, so it would be a bit confusing(static get(key) is the most frequently used method of I18N). Also the deprecated getText method currently has a static version and a non static version. None of them seem to be used in Ope

[JPP-Devel] [jump-pilot:bugs] #501 I18N from extension

2020-08-31 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#501] I18N from extension** **Status:** open **Milestone:** undecided **Created:** Mon Aug 31, 2020 10:32 AM UTC by michael michaud **Last Updated:** Mon Aug 31, 2020 10:32 AM UTC **Owner:** nobody Ede, I prefer to document the usage of I18N in Extension in a separate ticket. He

[JPP-Devel] [jump-pilot:bugs] #322 OJ stops without warnings on system shutdown

2020-08-31 Thread michael michaud via Jump-pilot-devel
Implementing Runtime.addShutdownHook is not too complicated (some explanations here https://www.geeksforgeeks.org/jvm-shutdown-hook-java/). It is not an absolute guarantee as it depends how exactly the process is shutdown. Question is : what can we do during this hook (must not be too long as th

[JPP-Devel] [jump-pilot:bugs] #385 Paste Layerable fails to work with RasterImageLayer class

2020-08-31 Thread michael michaud via Jump-pilot-devel
- **status**: open --> pending - **Milestone**: --> OJ_1.16 --- ** [bugs:#385] Paste Layerable fails to work with RasterImageLayer class** **Status:** pending **Milestone:** OJ_1.16 **Labels:** RasterImageLayer **Created:** Mon Jan 19, 2015 05:35 PM UTC by Giuseppe Aruta **Last Updated:** Mo

[JPP-Devel] [jump-pilot:bugs] #385 Paste Layerable fails to work with RasterImageLayer class

2020-08-31 Thread michael michaud via Jump-pilot-devel
Problem was not with OpenJUMPSextanteRasterLayer but with RasterImageLayer. Should be fixed in r6399. --- ** [bugs:#385] Paste Layerable fails to work with RasterImageLayer class** **Status:** open **Milestone:** **Labels:** RasterImageLayer **Created:** Mon Jan 19, 2015 05:35 PM UTC by Gius

[JPP-Devel] [jump-pilot:bugs] #499 SelectFilesOptionPanel and extensions

2020-08-30 Thread michael michaud via Jump-pilot-devel
Ede, The I18NPlug class I use in csv may not be the best way to internationalize csv extension, but the problem is not there. I'll try to give a more complete description : In OpenJUMP, SelectFilesOptionPanel internationalize option names as follows : ~~~ String label = I18N.get(loader.getClass(

[JPP-Devel] [jump-pilot:bugs] #499 SelectFilesOptionPanel and extensions

2020-08-30 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#499] SelectFilesOptionPanel and extensions** **Status:** open **Milestone:** undecided **Created:** Sun Aug 30, 2020 09:43 AM UTC by michael michaud **Last Updated:** Sun Aug 30, 2020 09:43 AM UTC **Owner:** nobody I think I found the cause of the I18N warnings emitted by csv d

[JPP-Devel] [jump-pilot:bugs] #494 Load WKT file with set options

2020-08-30 Thread michael michaud via Jump-pilot-devel
Janos, About the warnings, I think I've found the cause, but it will be a bit tricky to solve. Will open another ticket for that.. About the parsing, I could not reproduce. Any how, your files are the same, so that it is highly improbable that they are not imported the same way. I could reprodu

[JPP-Devel] [jump-pilot:bugs] #498 Most GeoTIFF drivers fail with a simple GeoTIFF image

2020-08-30 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#498] Most GeoTIFF drivers fail with a simple GeoTIFF image** **Status:** open **Milestone:** OJ_1.16 **Created:** Sun Aug 30, 2020 08:02 AM UTC by michael michaud **Last Updated:** Sun Aug 30, 2020 08:02 AM UTC **Owner:** nobody **Attachments:** - [small_world.tif](https://sour

[JPP-Devel] [jump-pilot:bugs] #482 OpenJUMP Style - "Style">"Import ArcMap Style" seems hard to work

2020-08-29 Thread michael michaud via Jump-pilot-devel
I prepared an extension in the plug-ins section of the repo. I did not solve the previous problem but the extension compiles, it is loaded and it produces the exact same error as the internal version (see above). I extracted translations for en, de, es, fi, fr and it from the main language file

[JPP-Devel] [jump-pilot:bugs] #482 OpenJUMP Style - "Style">"Import ArcMap Style" seems hard to work

2020-08-29 Thread michael michaud via Jump-pilot-devel
Currently, if i try to execute the plugin on my windows box, I get the folloing error : java.io.IOException: Cannot run program "regedit": CreateProcess error=740, L’opération demandée nécessite une élévation at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128) a

[JPP-Devel] [jump-pilot:bugs] #469 Postgres: Save Dataset Adds Quotation Marks

2020-08-29 Thread michael michaud via Jump-pilot-devel
I can port the "normalize table name", "normalize column name" to the old postgis writer. Can be done before or after migration. Not a blocking feature --- ** [bugs:#469] Postgres: Save Dataset Adds Quotation Marks** **Status:** open **Milestone:** **Labels:** postgis dataset **Created:** W

[JPP-Devel] [jump-pilot:bugs] #479 OpenJUMp doen't recognize RasterImageLayer SRS on loading anymore

2020-08-29 Thread michael michaud via Jump-pilot-devel
Do you have any tiff / tiff.aux.xml to reproduce the problem ? --- ** [bugs:#479] OpenJUMp doen't recognize RasterImageLayer SRS on loading anymore** **Status:** open **Milestone:** **Labels:** SRS **Created:** Sat Aug 18, 2018 10:08 AM UTC by Giuseppe Aruta **Last Updated:** Sun Aug 19, 201

[JPP-Devel] [jump-pilot:bugs] #480 SLD import/export problems

2020-08-29 Thread michael michaud via Jump-pilot-devel
Peppe, do we tag that as OJ_Future ? --- ** [bugs:#480] SLD import/export problems** **Status:** open **Milestone:** **Created:** Sun Dec 02, 2018 02:47 PM UTC by Giuseppe Aruta **Last Updated:** Sun Dec 02, 2018 02:47 PM UTC **Owner:** nobody it seems that sld import/export has some faults.

[JPP-Devel] [jump-pilot:bugs] #482 OpenJUMP Style - "Style">"Import ArcMap Style" seems hard to work

2020-08-29 Thread michael michaud via Jump-pilot-devel
I think that such a plugin using native windows tools should be proposed as an external extension, not wrapped in OpenJUMP core what do you think ? --- ** [bugs:#482] OpenJUMP Style - "Style">"Import ArcMap Style" seems hard to work** **Status:** open **Milestone:** **Created:** Mon Dec 10,

[JPP-Devel] [jump-pilot:bugs] #483 RasterStyleDialog freezes if the selected raster has only one value (raster used as mask)

2020-08-29 Thread michael michaud via Jump-pilot-devel
Peppe, is thi salready fixed in 1.15? --- ** [bugs:#483] RasterStyleDialog freezes if the selected raster has only one value (raster used as mask)** **Status:** pending **Milestone:** **Created:** Thu Dec 20, 2018 11:25 AM UTC by Giuseppe Aruta **Last Updated:** Thu Dec 20, 2018 05:25 PM UTC

[JPP-Devel] [jump-pilot:bugs] #488 Ramp inverted in the show legend window for stretched raster styles

2020-08-29 Thread michael michaud via Jump-pilot-devel
- **status**: pending --> closed-fixed - **assigned_to**: michael michaud - **Milestone**: --> undecided - **Comment**: fixed --- ** [bugs:#488] Ramp inverted in the show legend window for stretched raster styles** **Status:** closed-fixed **Milestone:** undecided **Created:** Thu Dec 05, 2

[JPP-Devel] [jump-pilot:bugs] #486 OpenJUMP fails to read 4D geom from postgis

2020-08-29 Thread michael michaud via Jump-pilot-devel
- **Milestone**: --> OJ_future --- ** [bugs:#486] OpenJUMP fails to read 4D geom from postgis** **Status:** open **Milestone:** OJ_future **Created:** Tue May 21, 2019 06:17 AM UTC by michael michaud **Last Updated:** Sun Aug 16, 2020 12:07 PM UTC **Owner:** michael michaud 4D Geometries (g

  1   2   >