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

2020-09-14 Thread ede via Jump-pilot-devel
On 9/14/2020 9:27, michael michaud wrote: > 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. just packaged the latest greatest GDAl and et voila ;) >With ImageIO JPEG 2000 Image Reader, I still get an image w

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

2020-09-14 Thread ede via Jump-pilot-devel
On 9/14/2020 10:16, Jukka Rahkonen wrote: > I have noticed that if OJ project is open for many days then the attribute > view behaves badly. For example the icons on the top of the view are not > visible, but they may come visible is I hover over the icon panel. I use > Windows 10 and Corretto 8

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

2020-09-14 Thread ede via Jump-pilot-devel
On 9/14/2020 11:36, Jukka Rahkonen wrote: > IMHO Jasper and jj2000 are rather useless for geospatial images. OpenJPEG is > quite nice nowadays, open source, and getting better so +1 for having it as > the first option. > will reorder accordingly. Jukka, did you ever try JP2KAK (avail in OJ via

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

2020-09-14 Thread ede via Jump-pilot-devel
On 9/14/2020 9:13, michael michaud wrote: > 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

[JPP-Devel] [jump-pilot:bugs] #504 TODO: OJ2.x

2020-09-14 Thread ede via Jump-pilot-devel
--- ** [bugs:#504] TODO: OJ2.x** **Status:** open **Milestone:** OJ_2.x **Created:** Mon Sep 14, 2020 11:44 AM UTC by ede **Last Updated:** Mon Sep 14, 2020 11:44 AM UTC **Owner:** nobody this is not actually a bug ticket, but a notepad for backward compatible breaking things to do in OJ2.x

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

2020-09-14 Thread ede via Jump-pilot-devel
--- ** [bugs:#505] Customize -> Beanshell Editor Plugin opens unlimited dialog windows every time it is executed** **Status:** open **Milestone:** OJ_future **Created:** Mon Sep 14, 2020 02:36 PM UTC by ede **Last Updated:** Mon Sep 14, 2020 02:36 PM UTC **Owner:** michael michaud as they a

[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] [jump-pilot:feature-requests] #270 Enhancement: Windows Installer "Installation Complete. Click Exit"

2020-09-26 Thread ede via Jump-pilot-devel
hey John, please try snapshot r6539. not exactly what you are asking for but close enough for now i guess. just simply have no clue how to convince Izpack to switch the panel automatically ..ede --- ** [feature-requests:#270] Enhancement: Windows Installer "Installation Complete. Click Exi

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

2020-10-04 Thread ede via Jump-pilot-devel
- **Milestone**: OJ_future --> OJ_1.16 --- ** [bugs:#506] Python console and tools issues** **Status:** open **Milestone:** OJ_1.16 **Created:** Tue Sep 15, 2020 01:00 PM UTC by ede **Last Updated:** Sun Oct 04, 2020 10:17 AM UTC **Owner:** nobody the EnableCheck seems not to work. it says i

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

2020-10-04 Thread ede via Jump-pilot-devel
- **status**: open --> closed-fixed - **Comment**: right, just checked and the EnableCheck was not added properly anymore. FeatureInstaller.addMainMenuPlugin() uses the Interface EnableChecked to fetch the checks automagically. i forgot to check if the method in PythonToolsPlugIn properly match

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

2020-10-13 Thread ede via Jump-pilot-devel
On 10/12/2020 19:27, michael michaud wrote: > There are two problems in GeoImage.paint when using very high level of zoom : > - the image to display is computed with jai transformations like scaling, > subsampling or cropping which use float parameters : at very high levels of > zoom, the lower r

[JPP-Devel] [jump-pilot:bugs] #504 TODO: OJ2.x

2020-10-18 Thread ede via Jump-pilot-devel
sure. at least for CORE plugins that is. it saves adding addMainMenuPlugin() and friends to the initialize() method and makes clear that default-plugins.xml is authorative, meaning it can even completely disable a plugin installation. not saying to change our old plugins, but use it when adding

[JPP-Devel] [jump-pilot:bugs] #504 TODO: OJ2.x

2020-10-18 Thread ede via Jump-pilot-devel
- Description has changed: Diff: --- old +++ new @@ -3,5 +3,6 @@ FeatureInstaller privatize Constructor replace new FeatureInstaller() with FeatureInstaller.getInstance() projectwide +(future) make the toolbar part of default-plugins.xml, to easily add/remove/reorder it's components

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

2020-11-08 Thread ede via Jump-pilot-devel
the use of JAI operations saves memory afaik. . it ideally creates a chain from loading over computing to rendering. the scaling you mention above seems to use BufferedImage in memory, which of course is faster but needs the whole source image in memory. for cases like Sextante, where images a

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

2020-11-11 Thread ede via Jump-pilot-devel
maybe it's related to memory usage? ..ede --- ** [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:** Wed Nov 11, 2020 09:02 AM UTC **Owner:** nobody If one

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

2020-11-23 Thread ede via Jump-pilot-devel
- **status**: pending --> closed-fixed - **Comment**: tested. working well. --- ** [bugs:#505] Customize -> Beanshell Editor Plugin opens unlimited dialog windows every time it is executed** **Status:** closed-fixed **Milestone:** OJ_future **Created:** Mon Sep 14, 2020 02:36 PM UTC by ede

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

2020-11-23 Thread ede via Jump-pilot-devel
- **Milestone**: OJ_1.16 --> OJ_future - **Comment**: if JVM retrieves a shutdown signal there is little we can do. tried to add shutdown hooks and such, but JVM ends uncancellable. no way to show a save me dialog . if we could find a way to catch the Ctrl+C ("kill") signal before it reaches t

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

2020-11-23 Thread ede via Jump-pilot-devel
- **Milestone**: undecided --> OJ_1.16 --- ** [bugs:#513] displaying raster layers in a correct way** **Status:** open **Milestone:** OJ_1.16 **Labels:** raster display **Created:** Wed Nov 11, 2020 12:35 PM UTC by Giuseppe Aruta **Last Updated:** Sat Nov 21, 2020 08:09 AM UTC **Owner:** nobo

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

2020-11-23 Thread ede via Jump-pilot-devel
- **Milestone**: undecided --> OJ_1.16 --- ** [bugs:#511] CropWarp raster plugin can't overload existing file** **Status:** open **Milestone:** OJ_1.16 **Created:** Tue Nov 10, 2020 10:01 PM UTC by michael michaud **Last Updated:** Sat Nov 21, 2020 11:34 AM UTC **Owner:** nobody If one proce

[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] [jump-pilot:bugs] Re: #515 Raster display in low memory situation

2020-11-26 Thread ede via Jump-pilot-devel
On 11/25/2020 13:15, michael michaud wrote: > 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. for Reference

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

2021-08-08 Thread ede via Jump-pilot-devel
- **status**: open --> closed-fixed - **Comment**: implemented on https://github.com/openjump-gis/openjump --- ** [bugs:#501] I18N from extension** **Status:** closed-fixed **Milestone:** OJ_2.x **Created:** Mon Aug 31, 2020 10:32 AM UTC by michael michaud **Last Updated:** Sun Sep 13, 2020 0

[JPP-Devel] [jump-pilot:bugs] #520 make the Toolbar part of default-plugins.xml, to easily add/remove/reorder it's components

2021-08-08 Thread ede via Jump-pilot-devel
--- ** [bugs:#520] make the Toolbar part of default-plugins.xml, to easily add/remove/reorder it's components** **Status:** open **Milestone:** OJ_future **Created:** Sun Aug 08, 2021 04:18 PM UTC by ede **Last Updated:** Sun Aug 08, 2021 04:18 PM UTC **Owner:** ede currently toolbar compo

[JPP-Devel] [jump-pilot:bugs] #504 TODO: OJ2.x

2021-08-08 Thread ede via Jump-pilot-devel
- Description has changed: Diff: --- old +++ new @@ -1,8 +1,6 @@ this is not actually a bug ticket, but a notepad for backward compatible breaking things to do in OJ2.x -FeatureInstaller -privatize Constructor -replace new FeatureInstaller() with FeatureInstaller.getInstance() projectw

[JPP-Devel] [jump-pilot:bugs] #297 Button "New folder" not visible

2021-08-08 Thread ede via Jump-pilot-devel
- **Milestone**: OJ_2.x --> OJ_future - **Comment**: the file dialogs areoperating system specific. just checked and even on recent OSX 1.15 Catalina the 'add folder' button is missing. will need to find out how to implement a proper full functioning file dialog on OSX. still, not blocking OJ 1

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

2021-08-08 Thread ede via Jump-pilot-devel
- **status**: open --> closed-fixed - **Comment**: close it as GDAL-OpenJPEG seems good enough for now. --- ** [bugs:#430] JP2 reader does not read all jp2 files** **Status:** closed-fixed **Milestone:** OJ_2.x **Created:** Sat Oct 01, 2016 09:56 AM UTC by michael michaud **Last Updated:** Mo

[JPP-Devel] [jump-pilot:bugs] #316 Inconsistencies in plugin enablecheck

2021-08-08 Thread ede via Jump-pilot-devel
- **Operating System**: Windows --> not specified - **Milestone**: OJ_2.x --> OJ_future - **Comment**: not blocking OJ2 move it to future --- ** [bugs:#316] Inconsistencies in plugin enablecheck** **Status:** open **Milestone:** OJ_future **Labels:** General / Other **Created:** Tue May 14,

[JPP-Devel] [jump-pilot:bugs] #316 Inconsistencies in plugin enablecheck

2021-08-08 Thread ede via Jump-pilot-devel
- **Comment**: not blocking OJ2 move it to future --- ** [bugs:#316] Inconsistencies in plugin enablecheck** **Status:** open **Milestone:** OJ_future **Labels:** General / Other **Created:** Tue May 14, 2013 06:43 AM UTC by michael michaud **Last Updated:** Sun Aug 08, 2021 04:34 PM UTC **O

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

2021-09-20 Thread ede via Jump-pilot-devel
we should maybe implement a threaded limited enablechecking, that will fail an Enablecheck that takes too long and shows the menu regardless? ..ede --- ** [bugs:#312] Menu slow down** **Status:** open **Milestone:** OJ_future **Labels:** General / Other **Created:** Mon Apr 22, 2013 09:34 PM

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

2021-10-01 Thread ede via Jump-pilot-devel
Mike, threading was mainly meant to wrap the check itself, so it can be abandoned after a timeout. Swing would probably still run those one afte the other i guess. provided the EnableChecks are generally fast and read only and modern CPUs are multicore, i wouldn't expect disadvantages though.

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

2021-11-20 Thread ede via Jump-pilot-devel
> My hypothesis is a mix of jts 1.18.1 and jts 1.18.2 usage between core and > extension (this upgrade is quite recent and I can see that 1.18.1 is > referenced on > https://ojrepo.soldin.de/org/openjump/OpenJUMP/2.0-SNAPSHOT/OpenJUMP-2.0-20210515.224708-6.pom >Ede, any hint ? Can we try to sync

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

2021-11-21 Thread ede via Jump-pilot-devel
hey Mike, looks like a user error. the correct checksum is indeed ~~~ $ sha1sum.exe /cygdrive/d/measure-toolbox-extension-2.1.1-alpha.zip 9e98d3419ae3a857c9ffcf85d0a073d22322782b */cygdrive/d/measure-toolbox-extension-2.1.1-alpha.zip $ cat /cygdrive/d/measure-toolbox-extension-2.1.1-alpha.zip.sha

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

2021-11-22 Thread ede via Jump-pilot-devel
tried `OpenJUMP-20211017-r4998(f9296be)-PLUS` note **r4998**, r4996 does not exist with ``` Using 'java' found in 'C:\Program Files (x86)\Java\jre1.8.0_261\bin\' java version "1.8.0_261"; Java(TM) SE Runtime Environment (build 1.8.0_261-b12); Java HotSpot(TM) Client VM (build 25.261-b12 mixed mo

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

2021-11-22 Thread ede via Jump-pilot-devel
On 21.11.2021 17:02, michael michaud wrote: > 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. yeah and extension are compiled agains

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

2021-11-22 Thread ede via Jump-pilot-devel
> 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 ? that's why i asked for a step-by-step before to reproduce it ;) . indeed using the 'measure rectangle' from Plugins

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

2021-11-22 Thread ede via Jump-pilot-devel
hey Mike, ok, now did exactly what we figured first ran OJ2 from IDE including the measure-extension project classes. worked fine. then i ran `mvn package` and used the resulting extension jar. worked fine too. just to make sure - downloaded `OpenJUMP-20211017-r4998(f9296be)-PLUS` again. reprod

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

2021-11-23 Thread ede via Jump-pilot-devel
On 23.11.2021 00:51, ede wrote: > fix is pushed now. i removed your release for cleanliness. the resulting > snapshot needs to be tested still. will have a look tomorrow then. tested and looks good.. ede --- ** [bugs:#521] Error on Measure Toolbox plugin OpenJUMP 2 - rev 4996 20211017** **St

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

2021-11-24 Thread ede via Jump-pilot-devel
- **status**: open --> closed-fixed - **Milestone**: undecided --> OJ_2.x --- ** [bugs:#521] Error on Measure Toolbox plugin OpenJUMP 2 - rev 4996 20211017** **Status:** closed-fixed **Milestone:** OJ_2.x **Created:** Thu Nov 18, 2021 07:30 PM UTC by Giuseppe Aruta **Last Updated:** Mon Nov 2

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

2022-02-21 Thread ede via Jump-pilot-devel
- **status**: open --> closed-fixed - **Comment**: even though it is still downloadable, the process to use does not seem to be straightforward as well https://gis.stackexchange.com/a/275133/41386 apart from being outdated. i'll deactivate it. --- ** [bugs:#482] OpenJUMP Style - "Style">"Im

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

2022-02-22 Thread ede via Jump-pilot-devel
- **Milestone**: OJ_1.16 --> OJ_2.x --- ** [bugs:#516] RemodelerTool not correct** **Status:** pending **Milestone:** OJ_2.x **Created:** Wed Nov 25, 2020 11:29 AM UTC by michael michaud **Last Updated:** Sun Feb 20, 2022 09:12 AM UTC **Owner:** michael michaud There are several bugs in Mode

[JPP-Devel] [jump-pilot:bugs] #522 Severe bug on CADTools - Block section - Some blocks are not read

2022-08-16 Thread ede via Jump-pilot-devel
hey Peppe, please start reporting on github. let's clean out here :) also when reporting NPEs always provide the error stack as well. will have a looksie.. ede --- ** [bugs:#522] Severe bug on CADTools - Block section - Some blocks are not read** **Status:** open **Milestone:** undecided **

[JPP-Devel] [jump-pilot:bugs] #522 CADTools - Drawing Blocks throws NPEs

2022-08-16 Thread ede via Jump-pilot-devel
- **summary**: Severe bug on CADTools - Block section - Some blocks are not read --> CADTools - Drawing Blocks throws NPEs --- ** [bugs:#522] CADTools - Drawing Blocks throws NPEs** **Status:** open **Milestone:** undecided **Created:** Tue Aug 16, 2022 09:57 AM UTC by Giuseppe Aruta **Last U

[JPP-Devel] [jump-pilot:bugs] #522 CADTools - Drawing Blocks throws NPEs

2022-08-16 Thread ede via Jump-pilot-devel
hey Peppe, please try the next snapshot build. Cadtools should be fixed now. isf so, pls close this issus. thanks!.. ede --- ** [bugs:#522] CADTools - Drawing Blocks throws NPEs** **Status:** open **Milestone:** undecided **Created:** Tue Aug 16, 2022 09:57 AM UTC by Giuseppe Aruta **Last Up

[JPP-Devel] [jump-pilot:bugs] #522 CADTools - Drawing Blocks throws NPEs

2022-08-19 Thread ede via Jump-pilot-devel
hey Peppe, now we are here, let's finish this Ticket here, no need for a copy on github. just new one should go to github as we moved the development there :) wrt. to CadTools, please try https://sourceforge.net/projects/jump-pilot/files/OpenJUMP2_snapshots/OpenJUMP-Portable-20220816-r5128%5B042

[JPP-Devel] [jump-pilot:bugs] #522 CADTools - Drawing Blocks throws NPEs

2022-08-24 Thread ede via Jump-pilot-devel
- **status**: open --> closed-accepted - **Comment**: issue moved to github https://github.com/openjump-gis/openjump/issues/56 --- ** [bugs:#522] CADTools - Drawing Blocks throws NPEs** **Status:** closed-accepted **Milestone:** undecided **Created:** Tue Aug 16, 2022 09:57 AM UTC by Giuseppe

[JPP-Devel] [jump-pilot:bugs] #523 Read timed out when loading Geoportale Nazionale WMS

2023-10-29 Thread ede via Jump-pilot-devel
hey Roberto, which OJ version are you using? assuming it is OJ 2.x please open an issue on https://github.com/openjump-gis/openjump/issues and i will have a look. we switched platform with the =J 2.x release. OJ1.x is not acoitvely maintained anymore. ..ede --- **[bugs:#523] Read timed out

[JPP-Devel] [jump-pilot:bugs] #524 test

2023-10-29 Thread ede via Jump-pilot-devel
--- **[bugs:#524] test** **Status:** open **Milestone:** undecided **Created:** Sun Oct 29, 2023 12:10 PM UTC by ede **Last Updated:** Sun Oct 29, 2023 12:10 PM UTC **Owner:** nobody ff --- Sent from sourceforge.net because jump-pilot-devel@lists.sourceforge.net is subscribed to https://

[JPP-Devel] [jump-pilot:bugs] #523 Read timed out when loading Geoportale Nazionale WMS

2023-10-29 Thread ede via Jump-pilot-devel
good point Jukka, tried myself. default timeout in OJ is 5 seconds. this times out. you can raise the value per (e.g. in english menu) Customize -> Options -> Network properties -> Timeout -> Read timeout (ms) . raising it to 60s = 60.000 loads the layer after about 10s or so. does that sove you

[JPP-Devel] [jump-pilot:bugs] #523 Read timed out when loading Geoportale Nazionale WMS

2023-10-31 Thread ede via Jump-pilot-devel
> Do you know hot to combine more than one WMS additional parameter: I > tried with ;,&? without success the ampersand (&) should work to concatenate url parameters like e.g. `WIDTH=956&HEIGHT=410` --- **[bugs:#523] Read timed out when loading Geoportale Nazionale WMS** **Status:** open **M

[JPP-Devel] [jump-pilot:bugs] #523 Read timed out when loading Geoportale Nazionale WMS

2023-10-31 Thread ede via Jump-pilot-devel
- **status**: open --> closed-works-for-me --- **[bugs:#523] Read timed out when loading Geoportale Nazionale WMS** **Status:** closed-works-for-me **Milestone:** undecided **Labels:** WMS **Created:** Sat Oct 28, 2023 05:35 PM UTC by Roberto Rossi **Last Updated:** Tue Oct 31, 2023 05:14 PM

[JPP-Devel] [jump-pilot:discussion] test

2025-01-15 Thread ede via Jump-pilot-devel
just a test --- [test](https://sourceforge.net/p/jump-pilot/discussion/729479/thread/4705e51f35/?limit=25#f28b) --- Sent from sourceforge.net because jump-pilot-devel@lists.sourceforge.net is subscribed to https://sourceforge.net/p/jump-pilot/discussion/729479/ To unsubscribe from further m

<    1   2