[JPP-Devel] SVN: [4949] core/trunk/src/org/openjump/core/ccordsys/utils/ProjUtils.java

2016-07-05 Thread jump-pilot-svn
Revision: 4949 http://sourceforge.net/p/jump-pilot/code/4949 Author: ma15569 Date: 2016-07-05 15:00:07 + (Tue, 05 Jul 2016) Log Message: --- Add method to get SRID from a layer scanning first SRIDStyle. Than an auxiliary (.prj or .aux) file if associated to layer Modif

[JPP-Devel] SVN: [4950] core/trunk/src/org/openjump/core/ui/plugin/layer/ ChangeSRIDPlugIn.java

2016-07-05 Thread jump-pilot-svn
Revision: 4950 http://sourceforge.net/p/jump-pilot/code/4950 Author: ma15569 Date: 2016-07-05 15:11:41 + (Tue, 05 Jul 2016) Log Message: --- Add capability to read SRID from auxiliary file (prj or aux) or geotiff tag, if present Modified Paths: -- core/

Re: [JPP-Devel] Adding GeoJSON read/write with JTS

2016-07-05 Thread Giuseppe Aruta
Hi Ede, Nice extension! tested the new GeoJSON plugin with success. It is fast and very accurate on reading. What makes me surprise is that it also recognizes SRID on loading and records as layer SRIDStyle (EPSG 4326). Which part of the code is involved? I also saw that you also prepared a writing