Re: [JPP-Devel] Feature Info panel and feature selection

2016-07-07 Thread Michaël Michaud
Hi Nicolas, I made this change and I admit it does not fit all the needs. Especially, the case where InfoPanel keeps the feature selected in the layerview even if it not part of the infoset is not very intuitive. An option would be nice. If you have some time to do it, go ahead. Otherwise, c

Re: [JPP-Devel] Add automatic detection of SRID when loading file (as Layer.class)

2016-07-07 Thread Michaël Michaud
Hi Peppe, Seems you did a good work on projection support. I did not test yet, but had a quick look at the code : - wonder if WKT parser and prj parser included in cts could help - there is probably a typo on method name getWktrojDefinition - in decodeProjDescription you use replace or replac

[JPP-Devel] SVN: [4957] core/trunk/src/org/openjump/core/ui/io/file/ DataSourceFileLayerLoader.java

2016-07-07 Thread jump-pilot-svn
Revision: 4957 http://sourceforge.net/p/jump-pilot/code/4957 Author: edso Date: 2016-07-07 20:06:44 + (Thu, 07 Jul 2016) Log Message: --- i18n monitor text Modified Paths: -- core/trunk/src/org/openjump/core/ui/io/file/DataSourceFileLayerLoader.java Mod

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

2016-07-07 Thread jump-pilot-svn
Revision: 4956 http://sourceforge.net/p/jump-pilot/code/4956 Author: edso Date: 2016-07-07 20:02:31 + (Thu, 07 Jul 2016) Log Message: --- move timing functions to a dedicated util class Modified Paths: -- core/trunk/src/com/vividsolutions/jump/workbench/

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

2016-07-07 Thread jump-pilot-svn
Revision: 4955 http://sourceforge.net/p/jump-pilot/code/4955 Author: edso Date: 2016-07-07 19:43:05 + (Thu, 07 Jul 2016) Log Message: --- refactored secondsSince() to actual millSecondsSince() Modified Paths: -- core/trunk/src/com/vividsolutions/jump/wor

[JPP-Devel] SVN: [4954] core/trunk/src/com/vividsolutions/jump/io/datasource/ StandardReaderWriterFileDataSource.java

2016-07-07 Thread jump-pilot-svn
Revision: 4954 http://sourceforge.net/p/jump-pilot/code/4954 Author: edso Date: 2016-07-07 19:41:46 + (Thu, 07 Jul 2016) Log Message: --- remove obsolete DelegatingCompressedHandler Modified Paths: -- core/trunk/src/com/vividsolutions/jump/io/datasource

[JPP-Devel] SVN: [4953] core/trunk/src/com/vividsolutions/jump/io/datasource/ ReaderWriterFileDataSource.java

2016-07-07 Thread jump-pilot-svn
Revision: 4953 http://sourceforge.net/p/jump-pilot/code/4953 Author: edso Date: 2016-07-07 19:40:14 + (Thu, 07 Jul 2016) Log Message: --- add task monitor support reformat Modified Paths: -- core/trunk/src/com/vividsolutions/jump/io/datasource/ReaderWri

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

2016-07-07 Thread jump-pilot-svn
Revision: 4952 http://sourceforge.net/p/jump-pilot/code/4952 Author: edso Date: 2016-07-07 19:37:42 + (Thu, 07 Jul 2016) Log Message: --- add JUMPReader task monitor support Modified Paths: -- core/trunk/src/com/vividsolutions/jump/io/AbstractJUMPReader.