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

2016-07-06 Thread jump-pilot-svn
Revision: 4951 http://sourceforge.net/p/jump-pilot/code/4951 Author: ma15569 Date: 2016-07-06 17:10:24 + (Wed, 06 Jul 2016) Log Message: --- Added ability to read SRID (ESRI or EPSG code) from auxiliary file (.prj or .aux) or from GEoTIFF tag on loading a file

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

2016-07-06 Thread Giuseppe Aruta
Hi Stefan, Ede, Michael, Jukka and others I added to org.openjump.core.ui.io.file.DataSourceFileLayerLoader a small piece of code that should be able to detect SRID code from a file when it is loaded as Layer.class (Open>File..). It should be available on OJ 4951 It uses a method I added to

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

2016-07-06 Thread Stefan Steiniger
>> I also saw that you also prepared a writing part for GeoJSON - thanks for >> the work > yes, write support will come next. all thanks to Jukka! he offered to sponsor > the GeoJSON development! uhhh... applause! I hope its going via his employer, or so. I, unfortunately can only pay to

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

2016-07-06 Thread edgar . soldin
On 06.07.2016 08:04, Giuseppe Aruta wrote: > Hi Ede, > Nice extension! thanks! >tested the new GeoJSON plugin with success. It is fast and very accurate on >reading. yeah.. i took extra care that feature creation happens during parsing already so that no memory is wasted and no extra cycles