---
** [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
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.
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
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
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
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
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
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