[JPP-Devel] SVN: [4746] core/trunk/lib

2016-01-10 Thread jump-pilot-svn
Revision: 4746 http://sourceforge.net/p/jump-pilot/code/4746 Author: edso Date: 2016-01-10 11:14:52 + (Sun, 10 Jan 2016) Log Message: --- update log4j to latest stable Added Paths: --- core/trunk/lib/log4j-1.2.17.jar Removed Paths: - core/tr

[JPP-Devel] SVN: [4747] core/trunk/lib

2016-01-10 Thread jump-pilot-svn
Revision: 4747 http://sourceforge.net/p/jump-pilot/code/4747 Author: edso Date: 2016-01-10 11:31:00 + (Sun, 10 Jan 2016) Log Message: --- update commons-logging Added Paths: --- core/trunk/lib/commons-logging-1.2.jar Removed Paths: - core/tr

[JPP-Devel] SVN: [4748] core/trunk/lib

2016-01-10 Thread jump-pilot-svn
Revision: 4748 http://sourceforge.net/p/jump-pilot/code/4748 Author: edso Date: 2016-01-10 11:31:46 + (Sun, 10 Jan 2016) Log Message: --- update commons-io to latest compatible stable Added Paths: --- core/trunk/lib/commons-io-2.4.jar Removed Paths: ---

[JPP-Devel] SVN: [4749] core/trunk/pom.xml

2016-01-10 Thread jump-pilot-svn
Revision: 4749 http://sourceforge.net/p/jump-pilot/code/4749 Author: edso Date: 2016-01-10 11:32:32 + (Sun, 10 Jan 2016) Log Message: --- reflect previous library upgrades Modified Paths: -- core/trunk/pom.xml Modified: core/trunk/pom.xml ==

[JPP-Devel] SVN: [4750] core/trunk/src/com/vividsolutions/jump/workbench/Logger.java

2016-01-10 Thread jump-pilot-svn
Revision: 4750 http://sourceforge.net/p/jump-pilot/code/4750 Author: edso Date: 2016-01-10 12:01:41 + (Sun, 10 Jan 2016) Log Message: --- a generalized logger interface utilizing log4j Added Paths: --- core/trunk/src/com/vividsolutions/jump/workbench/Logger.

[JPP-Devel] wms bbox invalide

2016-01-10 Thread edgar . soldin
i'll include the list and obfuscate link below. Jukka & All, what should we do in the case below? simply flashing the error seems bad, as it might be overwritten instantly by a second wms layer having another issue. how do other GISs handle that? ..ede On 10.01.2016 12:46, Michaël Michaud wrot

[JPP-Devel] SVN: [4751] core/trunk/etc/log4j.xml

2016-01-10 Thread jump-pilot-svn
Revision: 4751 http://sourceforge.net/p/jump-pilot/code/4751 Author: edso Date: 2016-01-10 12:14:51 + (Sun, 10 Jan 2016) Log Message: --- update log4j configuration Modified Paths: -- core/trunk/etc/log4j.xml Modified: core/trunk/etc/log4j.xml =

Re: [JPP-Devel] SVN: [4750] core/trunk/src/com/vividsolutions/jump/workbench/Logger.java

2016-01-10 Thread Michaël Michaud
Hi Ede, What is it for ? Shall we use it ? Will we loose the complete stacktrace in case of errors (which is helpful for debugging) ? Michaël Le 10/01/2016 13:01, jump-pilot-...@lists.sourceforge.net a écrit : > Revision: 4750 >http://sourceforge.net/p/jump-pilot/code/4750 > Author:

Re: [JPP-Devel] SVN: [4750] core/trunk/src/com/vividsolutions/jump/workbench/Logger.java

2016-01-10 Thread edgar . soldin
On 10.01.2016 13:39, Michaël Michaud wrote: > Hi Ede, > > What is it for ? Logging >Shall we use it ? yes.. now logging comprises of Logger.debug("") or Logger.info("") etc. .. no need to give a class or such anymore, that will be autodetected. also OJ will have a -v -verbosity switch now :)

[JPP-Devel] SVN: [4752] core/trunk/src/com/vividsolutions/jump/workbench/Logger.java

2016-01-10 Thread jump-pilot-svn
Revision: 4752 http://sourceforge.net/p/jump-pilot/code/4752 Author: edso Date: 2016-01-10 15:38:01 + (Sun, 10 Jan 2016) Log Message: --- add methods to easily check current logger level Modified Paths: -- core/trunk/src/com/vividsolutions/jump/workbench

[JPP-Devel] SVN: [4753] core/trunk/src/com/vividsolutions/jump/workbench/ WorkbenchException.java

2016-01-10 Thread jump-pilot-svn
Revision: 4753 http://sourceforge.net/p/jump-pilot/code/4753 Author: edso Date: 2016-01-10 15:39:27 + (Sun, 10 Jan 2016) Log Message: --- no reason to not allow the full range of constructors Modified Paths: -- core/trunk/src/com/vividsolutions/jump/work

[JPP-Devel] SVN: [4754] core/trunk/src/de/latlon/deejump/wfs

2016-01-10 Thread jump-pilot-svn
Revision: 4754 http://sourceforge.net/p/jump-pilot/code/4754 Author: edso Date: 2016-01-10 15:53:09 + (Sun, 10 Jan 2016) Log Message: --- adapt to new Logger fix " java.lang.NullPointerException at de.latlon.deejump.wfs.data.JUMPFeatureFactory.createFromDeegreeF

Re: [JPP-Devel] wfs enhancements

2016-01-10 Thread edgar . soldin
Jukka, can you please try if r4754 (if it builds) fixes your issue. it should. ..ede On 08.01.2016 16:42, Rahkonen Jukka (MML) wrote: > Most WFS servers nowadays can also send data as GeoJSON which is not so > flexible and therefore not as painful as GML. Also, most GIS data are still > plain

[JPP-Devel] SVN: [4755] core/trunk/src/com/vividsolutions

2016-01-10 Thread jump-pilot-svn
Revision: 4755 http://sourceforge.net/p/jump-pilot/code/4755 Author: edso Date: 2016-01-10 16:11:37 + (Sun, 10 Jan 2016) Log Message: --- adapt to new Logger fix wfs 401 error introduced before because the userinfo was not url decoded anymore Modified Paths: --

Re: [JPP-Devel] FeatureInfoRequest : MalformedURLException

2016-01-10 Thread edgar . soldin
hey Mike, please try if r4755 fixes your wms access and feature info issue. ..ede On 07.01.2016 14:14, Michaud Michael wrote: > > > Ede, > > > > The server where I get the message is not open to internet. > > I'll try to reproduce the problem on a similar server open on internet > > thi

[JPP-Devel] SVN: [4756] core/trunk/src/com/vividsolutions/jump

2016-01-10 Thread jump-pilot-svn
Revision: 4756 http://sourceforge.net/p/jump-pilot/code/4756 Author: edso Date: 2016-01-10 16:20:45 + (Sun, 10 Jan 2016) Log Message: --- adapt to new Logger introduce new commandline parameter to switch log verbosity '-v, -verbosity' utilizing the new Logger Modified

[JPP-Devel] SVN: [4757] core/trunk/src/com/vividsolutions/jump

2016-01-10 Thread jump-pilot-svn
Revision: 4757 http://sourceforge.net/p/jump-pilot/code/4757 Author: edso Date: 2016-01-10 16:27:48 + (Sun, 10 Jan 2016) Log Message: --- adapt to new Logger Modified Paths: -- core/trunk/src/com/vividsolutions/jump/I18N.java core/trunk/src/com/vivid

[JPP-Devel] wfs mapserver 1.0 vs. 1.1

2016-01-10 Thread edgar . soldin
hey Jukka, something fishy happens when loading the same 'cities' layer as wfs 1.0 and 1.1 .. the result seems to be rotated and mirrored (see attachement). any idea? ..ede -- Site24x7 APM Insight: Get Deep Visibility in

[JPP-Devel] SVN: [4758] core/trunk/src/com/vividsolutions/jump/workbench/ui/ WorkbenchFrame.java

2016-01-10 Thread jump-pilot-svn
Revision: 4758 http://sourceforge.net/p/jump-pilot/code/4758 Author: edso Date: 2016-01-10 16:53:53 + (Sun, 10 Jan 2016) Log Message: --- adapt to new Logger streamline error handling with new Logger Modified Paths: -- core/trunk/src/com/vividsolutions/j

[JPP-Devel] SVN: [4759] core/trunk/src/com/vividsolutions/jump

2016-01-10 Thread jump-pilot-svn
Revision: 4759 http://sourceforge.net/p/jump-pilot/code/4759 Author: edso Date: 2016-01-10 16:58:58 + (Sun, 10 Jan 2016) Log Message: --- adapt to new Logger Modified Paths: -- core/trunk/src/com/vividsolutions/jump/io/ShapefileReader.java core/trunk

[JPP-Devel] SVN: [4760] core/trunk/src/com/vividsolutions/jump/workbench/ui/plugin/ GenerateLogPlugIn.java

2016-01-10 Thread jump-pilot-svn
Revision: 4760 http://sourceforge.net/p/jump-pilot/code/4760 Author: edso Date: 2016-01-10 17:51:15 + (Sun, 10 Jan 2016) Log Message: --- show last 1000 lines of all log4j file appenders Modified Paths: -- core/trunk/src/com/vividsolutions/jump/workbenc

[JPP-Devel] SVN: [4761] core/trunk/etc/log4j.xml

2016-01-10 Thread jump-pilot-svn
Revision: 4761 http://sourceforge.net/p/jump-pilot/code/4761 Author: edso Date: 2016-01-10 17:53:54 + (Sun, 10 Jan 2016) Log Message: --- streamline console & logfile formatting Modified Paths: -- core/trunk/etc/log4j.xml Modified: core/trunk/etc/log4j.

[JPP-Devel] SVN: [4762] core/trunk/src/com/vividsolutions/jump/workbench/Logger.java

2016-01-10 Thread jump-pilot-svn
Revision: 4762 http://sourceforge.net/p/jump-pilot/code/4762 Author: edso Date: 2016-01-10 17:55:15 + (Sun, 10 Jan 2016) Log Message: --- fix root logger file appender was not listed Modified Paths: -- core/trunk/src/com/vividsolutions/jump/workbench/Lo

[JPP-Devel] SVN: [4763] core/trunk/src/de/latlon/deejump/wfs/data/JUMPFeatureFactory. java

2016-01-10 Thread jump-pilot-svn
Revision: 4763 http://sourceforge.net/p/jump-pilot/code/4763 Author: edso Date: 2016-01-10 17:57:11 + (Sun, 10 Jan 2016) Log Message: --- cleanup Modified Paths: -- core/trunk/src/de/latlon/deejump/wfs/data/JUMPFeatureFactory.java Modified: core/trunk/s

[JPP-Devel] SVN: [4764] core/trunk/src

2016-01-10 Thread jump-pilot-svn
Revision: 4764 http://sourceforge.net/p/jump-pilot/code/4764 Author: edso Date: 2016-01-10 17:59:18 + (Sun, 10 Jan 2016) Log Message: --- adapt to new Logger Modified Paths: -- core/trunk/src/com/vividsolutions/jump/workbench/ui/plugin/FirstTaskFramePlu

[JPP-Devel] SVN: [4765] core/trunk/src/org/openjump/core/ui/plugin/customize/ BeanToolsPlugIn.java

2016-01-10 Thread jump-pilot-svn
Revision: 4765 http://sourceforge.net/p/jump-pilot/code/4765 Author: edso Date: 2016-01-10 18:03:11 + (Sun, 10 Jan 2016) Log Message: --- adapt to new Logger reformatting because of tabs + spaces Modified Paths: -- core/trunk/src/org/openjump/core/ui/plu

[JPP-Devel] SVN: [4766] core/trunk/src/org/openjump/core/ui/plugin/layer/pirolraster/ ChangeRasterImagePropertiesPlugIn.java

2016-01-10 Thread jump-pilot-svn
Revision: 4766 http://sourceforge.net/p/jump-pilot/code/4766 Author: edso Date: 2016-01-10 18:05:28 + (Sun, 10 Jan 2016) Log Message: --- fix double i18n.get() Modified Paths: -- core/trunk/src/org/openjump/core/ui/plugin/layer/pirolraster/ChangeRasterI

Re: [JPP-Devel] wfs mapserver 1.0 vs. 1.1

2016-01-10 Thread Rahkonen Jukka (MML)
Hi Ede, It is the same feature than with the BBOX in WMS 1.3.0, axis order must suit with official definitions of the coordinate system. So this is right with WFS 1.0.0 http://demo.mapserver.org/cgi-bin/wfs?SERVICE=WFS&VERSION=1.0.0&REQUEST=getfeature&typename=cities&maxfeatures=1 -58.672500,-34

[JPP-Devel] SVN: [4767] core/trunk/src/language

2016-01-10 Thread jump-pilot-svn
Revision: 4767 http://sourceforge.net/p/jump-pilot/code/4767 Author: mentaer Date: 2016-01-10 18:45:58 + (Sun, 10 Jan 2016) Log Message: --- fixing 1-2 things in the english Modified Paths: -- core/trunk/src/language/jump.properties core/trunk/src/la

[JPP-Devel] SVN: [4768] core/trunk/src

2016-01-10 Thread jump-pilot-svn
Revision: 4768 http://sourceforge.net/p/jump-pilot/code/4768 Author: edso Date: 2016-01-10 18:47:43 + (Sun, 10 Jan 2016) Log Message: --- adapt to new Logger Modified Paths: -- core/trunk/src/de/latlon/deejump/wfs/client/WFSClientHelper.java core/tru

[JPP-Devel] german translation done

2016-01-10 Thread Stefan Steiniger
Hey Ede and others, so I gave it a shot and have been able to translate all marked #T: stuff for now. My last commit 4767 says I "fixed some english", but also committed the final german file (I obviously forgot to deselect the _de file for a separate commit)... pheww ... However, I think with

Re: [JPP-Devel] german translation done

2016-01-10 Thread edgar . soldin
thanks Stefan! btw. i am loosely thinking about adding a translation extension, maybe based on an existing properties editor, which could be packed only with snapshots and would allow easy translation within the gui. ideally translations would be visible instantly, but i know that will probably

[JPP-Devel] SVN: [4769] core/trunk/src/com/vividsolutions/jump/datastore/ spatialdatabases/AbstractSpatialDatabasesDSExtension.java

2016-01-10 Thread jump-pilot-svn
Revision: 4769 http://sourceforge.net/p/jump-pilot/code/4769 Author: edso Date: 2016-01-10 21:35:17 + (Sun, 10 Jan 2016) Log Message: --- reroute jdbc loading issues into extensions about panel as a message Modified Paths: -- core/trunk/src/com/vividsol

[JPP-Devel] SVN: [4770] core/trunk/src/com/vividsolutions/jump/datastore/ spatialdatabases/AbstractSpatialDatabasesDSExtension.java

2016-01-10 Thread jump-pilot-svn
Revision: 4770 http://sourceforge.net/p/jump-pilot/code/4770 Author: edso Date: 2016-01-10 21:40:08 + (Sun, 10 Jan 2016) Log Message: --- minor refinement Modified Paths: -- core/trunk/src/com/vividsolutions/jump/datastore/spatialdatabases/AbstractSpati

[JPP-Devel] SVN: [4771] core/trunk/src/com/vividsolutions/jump/workbench/ui

2016-01-10 Thread jump-pilot-svn
Revision: 4771 http://sourceforge.net/p/jump-pilot/code/4771 Author: edso Date: 2016-01-10 21:52:07 + (Sun, 10 Jan 2016) Log Message: --- linewrap and overall cutification of the extensions about panel Modified Paths: -- core/trunk/src/com/vividsolutions

[JPP-Devel] SVN: [4772] core/trunk/lib/plus/itext-2.1.7.jar

2016-01-10 Thread jump-pilot-svn
Revision: 4772 http://sourceforge.net/p/jump-pilot/code/4772 Author: edso Date: 2016-01-10 22:05:55 + (Sun, 10 Jan 2016) Log Message: --- itext is already in core because of skyprint Removed Paths: - core/trunk/lib/plus/itext-2.1.7.jar Deleted: core/tru

Re: [JPP-Devel] too old java version on my Mac?

2016-01-10 Thread edgar . soldin
On 09.01.2016 19:52, Michaël Michaud wrote: > Hi, > > OpenJUMP CORE source code contained only 5 classes using java7+ features > Most of them did not add much. I fixed them except the use of > GraphicsDevice.WindowTranslucency in GuiUtils. > > The first error you get should be fixed. > Ede, is t

[JPP-Devel] SVN: [4773] core/trunk/lib/plus/itext-2.1.7.jar

2016-01-10 Thread jump-pilot-svn
Revision: 4773 http://sourceforge.net/p/jump-pilot/code/4773 Author: edso Date: 2016-01-10 22:41:57 + (Sun, 10 Jan 2016) Log Message: --- restore itext as it is convenient to have when switching between lib/ext/ and lib/plus during development Added Paths: ---

Re: [JPP-Devel] too old java version on my Mac?

2016-01-10 Thread edgar . soldin
On 10.01.2016 23:07, edgar.sol...@web.de wrote: >> Ede, I noticed that we have a duplicate itext jar in the PLUS portable zip >> file. Could you have a look ? > ok, cleaned up ..ede > just restored it is convenient to have when switching plugin dir's during development. it shouldn't hurt as it