[JPP-Devel] [jump-pilot:feature-requests] #270 Enhancement: Windows Installer "Installation Complete. Click Exit"

2020-09-26 Thread John L. Poole via Jump-pilot-devel
--- ** [feature-requests:#270] Enhancement: Windows Installer "Installation Complete. Click Exit"** **Status:** open **Created:** Sat Sep 26, 2020 05:33 PM UTC by John L. Poole **Last Updated:** Sat Sep 26, 2020 05:33 PM UTC **Owner:** nobody **Attachments:** - [OpenJUMP-Installer-1.15-r62

[JPP-Devel] SVN: [6539] core/trunk/etc/izpack/oj_installer.xml

2020-09-26 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6539 http://sourceforge.net/p/jump-pilot/code/6539 Author: edso Date: 2020-09-26 18:47:14 + (Sat, 26 Sep 2020) Log Message: --- added a FinishPanel to installer as requested in featreq #270 Modified Paths: -- core/trunk/etc/izpack/oj_installer.

Re: [JPP-Devel] Spatialite datastore and mod_spatialite

2020-09-26 Thread edgar . soldin
hey Jukka, i can replicate that mod_spatialite (v4 or 5, actually any version) is loaded correctly with DBQuery but not the DataStoreLayer framework. as to why i'm totally stumped as they actually do identical things codewise, wasted the whole friday on this. would you mind adding a bug ticket

[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

Re: [JPP-Devel] Spatialite datastore and mod_spatialite

2020-09-26 Thread Rahkonen Jukka (MML)
Does the standard datastore code contain this piece of code somewhere? Is it fired for every new connection? https://sourceforge.net/p/jumpdbqplugin/code/ci/default/tree/src/main/java/org/freevoice/jumpdbqueryextension/spatialite/JumpSpatialiteDbQuery.java (row #96) //required to

Re: [JPP-Devel] Spatialite datastore and mod_spatialite

2020-09-26 Thread edgar . soldin
as said, identical code wrt. functionality. the permission is needed since a long time and you can find the code in https://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/src/com/vividsolutions/jump/datastore/spatialite/SpatialiteDataStoreDriver.java#l73 it's done via reflection but resul

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

2020-09-26 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6540 http://sourceforge.net/p/jump-pilot/code/6540 Author: ma15569 Date: 2020-09-27 06:02:33 + (Sun, 27 Sep 2020) Log Message: --- Added enhanced method to save the TIF with an external aux.xml file which contains statistics of raster and srs. Worldfile is not

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

2020-09-26 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6541 http://sourceforge.net/p/jump-pilot/code/6541 Author: ma15569 Date: 2020-09-27 06:05:07 + (Sun, 27 Sep 2020) Log Message: --- Corrected typos Modified Paths: -- core/trunk/src/org/openjump/core/rasterimage/RasterImageIO.java Modified: cor