Re: [Geotools-devel] kml datastore

2013-11-19 Thread Andrea Aime
On Tue, Nov 19, 2013 at 2:56 PM, Niels Charlier wrote: > Hi, > > I am proposing a new unsupported module that allowes kml files to be > used as datastores in geoserver: > > http://docs.codehaus.org/display/GEOTOOLS/KML+DataStore > > https://github.com/geotools/geotools/pull/316 Niels, cool stuf

[Geotools-devel] kml datastore

2013-11-19 Thread Niels Charlier
Hi, I am proposing a new unsupported module that allowes kml files to be used as datastores in geoserver: http://docs.codehaus.org/display/GEOTOOLS/KML+DataStore https://github.com/geotools/geotools/pull/316 Regards, Niels -

Re: [Geotools-devel] MonetDB DataStore plugin

2013-11-19 Thread Jody Garnett
I'm going to mostly base my work on the existing JDBC plugins. Any  suggestions for the "best" one to use as an example? Perhaps the PostGIS  JDBC plugin  (http://docs.geotools.org/latest/userguide/library/jdbc/postgis.html)?  The h2 plugin is the "gold standard" used as a reference implementatio

[Geotools-devel] GEOT-4598 - Unable to create a mosaic in existing schema

2013-11-19 Thread carlo cancellieri
Hi list, I've just completed the pull req to fix this issue: http://jira.codehaus.org/browse/GEOT-4598 Could you kindly take a look at the pull req below? https://github.com/geotools/geotools/pull/290 Cheers, Carlo -- == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more

[Geotools-devel] [jira] (GEOT-4617) Undocumented mandatory TypeName property for image mosaic reader

2013-11-19 Thread Jeroen Dries (JIRA)
Jeroen Dr

[Geotools-devel] MonetDB DataStore plugin

2013-11-19 Thread Dennis Pallett
Hi everyone, I would like to integrate Geotools (and more specifically Geoserver) with MonetDB/GeoSpatial (http://www.monetdb.org/Documentation/Extensions/GIS). I can't find any existing work on a DataStore plugin for MonetDB so I'm going to write my own. I'm going to mostly base my work on t