Re: [JPP-Devel] DB Query Plugin, SpatiaLite, GPKG and DATE data type

2015-04-22 Thread Michaël Michaud
From the doc (https://www.sqlite.org/datatype3.html), sqlite datatype system seems to be very different from other databases. A date may be stored as a String, a Integer or a Double, even if it is declared as a date. If it is stored as a String, I think that getTimestamp will not recognize th

[JPP-Devel] DB Query Plugin, SpatiaLite, GPKG and DATE data type

2015-04-22 Thread Rahkonen Jukka (MML)
Hi, The SQLite/Spatialite/GeoPackage driver of the DB Query Plugin is reading data from a column that is recognized as a DATE with this code that comes from http://sourceforge.net/p/jumpdbqplugin/code/ci/default/tree/src/main/java/org/freevoice/jumpdbqueryextension/spatialite/JumpSpatialiteDbQue

Re: [JPP-Devel] Maven release build fails

2015-04-22 Thread Rahkonen Jukka (MML)
Hi Michaël, I was testing how it feels to build OpenJUMP with maven just out of curiosity and for testing if the documentation is up-to-date. I have already managed to build a working spatialite plugin with ant but packaging into jar failed so until now I have just zipped the target folders a

Re: [JPP-Devel] Maven release build fails

2015-04-22 Thread Michaël Michaud
Hi Jukka, You're welcome to contribute as a programmer after so many contributions as an expert. I just added you in the developper list. Why do you need to build OpenJUMP ? I'm sure Ede can give you more valuable inputs than I about building with maven, but I'll tell you how I manage plugin

[JPP-Devel] Maven release build fails

2015-04-22 Thread Rahkonen Jukka (MML)
Hi, I can build with the snapshot profile by following the instructions from http://ojwiki.soldin.de/index.php?title=Creating_an_OJ_release_version. However, when I tried the release command mvn package -P release -D version.number=1.5.1 -D version.release=4000 the build fails with the followi

Re: [JPP-Devel] Commit access to SVN

2015-04-22 Thread Stefan Steiniger
+1 :) On 04/22/2015 11:35 AM, Giuseppe Aruta wrote: I will be glad to have you on board, Jukka, as developer. Peppe 2015-04-22 16:08 GMT+02:00 Rahkonen Jukka (MML) >: Hi developers, I would like to ask if you could trust me enough for gran

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

2015-04-22 Thread jump-pilot-svn
Revision: 4405 http://sourceforge.net/p/jump-pilot/code/4405 Author: ma15569 Date: 2015-04-22 15:09:20 + (Wed, 22 Apr 2015) Log Message: --- Modified Paths: -- core/trunk/src/org/openjump/core/rasterimage/RasterImageIOUtils.java Modified: core/trunk/sr

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

2015-04-22 Thread jump-pilot-svn
Revision: 4404 http://sourceforge.net/p/jump-pilot/code/4404 Author: ma15569 Date: 2015-04-22 15:08:50 + (Wed, 22 Apr 2015) Log Message: --- (Giuseppe Aruta) xtend to all band "Export selected raster to XYZ table". If the file is a multi banded raster each band is extr

Re: [JPP-Devel] VM out of memory error

2015-04-22 Thread edgar . soldin
On 22.04.2015 14:58, LawrenceGmail wrote: > Hello. > > I am running JUMP 1.8.0 rev. 4164 on Windows 8.1. > > I am adding shapefiles to a project. Most work fine, but one throws this > error: Requested array size exceeds VM limit (Out of memory error). > > This shapefile is not that big. Any

Re: [JPP-Devel] Commit access to SVN

2015-04-22 Thread Giuseppe Aruta
I will be glad to have you on board, Jukka, as developer. Peppe 2015-04-22 16:08 GMT+02:00 Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi>: > Hi developers, > > > > I would like to ask if you could trust me enough for granting me a commit > access to OpenJUMP SVN. For me it would be

[JPP-Devel] SVN: [4403] core/trunk

2015-04-22 Thread jump-pilot-svn
Revision: 4403 http://sourceforge.net/p/jump-pilot/code/4403 Author: ma15569 Date: 2015-04-22 12:52:14 + (Wed, 22 Apr 2015) Log Message: --- 2015-04-12 Giuseppe Aruta * Raster Color Editor Panel. Added an option to invert color range and an option to set values o

[JPP-Devel] Commit access to SVN

2015-04-22 Thread Rahkonen Jukka (MML)
Hi developers, I would like to ask if you could trust me enough for granting me a commit access to OpenJUMP SVN. For me it would be OK to generate patches and let others to merge them but Ede said that at least he rather wouldn't do that. I have managed to build a modified Spatialite plugin wit

[JPP-Devel] Enhanced RasterColorEditor

2015-04-22 Thread Giuseppe Aruta
Hi all, I made some small enhancements to RasterColorEditor panel (accessible through *Sextante Raster layer popup menu>Change Raster Layer properties>Raster Color Editor tab*) to manage Color models for single banded images. These are the enhancements: - the color editor is activated only for sin

Re: [JPP-Devel] VM out of memory error

2015-04-22 Thread Rahkonen Jukka (MML)
Hi, Best way to get as much memory as possible for OpenJUMP is to run it with 64-bit jre. You can find which jre version is in use through the Info menu. If it shows that 32-bit jre is in use edit the oj_windows.bat file and point it to 64-bit jre. Don't care about the version 1.5/1.6 hint, OJ

[JPP-Devel] VM out of memory error

2015-04-22 Thread LawrenceGmail
Hello. I am running JUMP 1.8.0 rev. 4164 on Windows 8.1. I am adding shapefiles to a project. Most work fine, but one throws this error: Requested array size exceeds VM limit (Out of memory error). This shapefile is not that big. Any ideas how to get it to work? Lawrence ---