[JPP-Devel] please translate .. Re: Motion: Add Concave hull plugin into OJ PLUS

2014-11-19 Thread edgar . soldin
just committed the sources to our svn. we need to translate some more ;) find attached the english version. when we've got some more, i'll release a version into our sf.net files section (with version number, readme etc.) and inform the author. it's just simpler to have it in a versioning syste

Re: [JPP-Devel] Could we read GeoJSON?

2014-11-19 Thread Stefan Steiniger
I was wondering that too as I recently had to deal quite a bit with GeoJSON. So I support this idea too - but well, someone needs to find the time. (mhm.. wondering if GeoServer or GeoTools has some ready to copy code?) cheers stefan Am 19.11.14 08:59, schrieb Rahkonen Jukka (Tike): > Hi, > >

Re: [JPP-Devel] Motion: Add Concave hull plugin into OJ PLUS

2014-11-19 Thread Stefan Steiniger
+1 stefan Am 19.11.14 12:07, schrieb Rahkonen Jukka (Tike): > Hi, > > I have been using sometimes a small (18 kB) and nice Concave hull plugin [1] > but I need to find it every time again from the web. I wonder if we could add > it into standard OpenJUMP PLUS package? > > [1] http://www.rotefab

[JPP-Devel] Motion: Add Concave hull plugin into OJ PLUS

2014-11-19 Thread Rahkonen Jukka (Tike)
Hi, I have been using sometimes a small (18 kB) and nice Concave hull plugin [1] but I need to find it every time again from the web. I wonder if we could add it into standard OpenJUMP PLUS package? [1] http://www.rotefabrik.free.fr/concave_hull/ -Jukka Rahkonen- ---

[JPP-Devel] Could we read GeoJSON?

2014-11-19 Thread Rahkonen Jukka (Tike)
Hi, Has anybody thought about parsing GeoJSON with OpenJUMP? The geometry encoding looks very OGC simple feature kind to me https://tools.ietf.org/html/draft-butler-geojson-04#appendix-A I searched for existing (Geo)JSON parsers for java and found this http://jackson.codehaus.org/ and this