Re: [Geotools-devel] Custom desired table on JDBC module

2015-04-07 Thread Erwan Bocher
Hi, Le 07/04/2015 10:49, Andrea Aime a écrit : On Tue, Apr 7, 2015 at 10:23 AM, Nicolas Fortin > wrote: Hi, Some additional comments on Erwan's answer. Le 06/04/2015 09:13, Andrea Aime a écrit : Interesting, could you compare that with the GeoToo

Re: [Geotools-devel] Custom desired table on JDBC module

2015-04-07 Thread Andrea Aime
On Tue, Apr 7, 2015 at 10:23 AM, Nicolas Fortin wrote: > Hi, > > Some additional comments on Erwan's answer. > Le 06/04/2015 09:13, Andrea Aime a écrit : > > Interesting, could you compare that with the GeoTools H2 datastore? > > >GeoTools H2 datastore use blob as geometry columns and does n

Re: [Geotools-devel] Custom desired table on JDBC module

2015-04-07 Thread Nicolas Fortin
Hi, Some additional comments on Erwan's answer. Le 06/04/2015 09:13, Andrea Aime a écrit : > Interesting, could you compare that with the GeoTools H2 datastore? GeoTools H2 datastore use blob as geometry columns and does not include spatial index. H2GIS use the new native Geometry columns

Re: [Geotools-devel] Custom desired table on JDBC module

2015-04-07 Thread Erwan Bocher
Dear Andrea, Le 06/04/2015 09:13, Andrea Aime a écrit : Hi, thanks for contacting us, comments inline On Fri, Apr 3, 2015 at 3:35 PM, Erwan Bocher mailto:erwan.boc...@ec-nantes.fr>> wrote: Dear geotools developers, I'm developing an extension to link H2GIS - H2 database with

Re: [Geotools-devel] Custom desired table on JDBC module

2015-04-06 Thread Andrea Aime
Hi, thanks for contacting us, comments inline On Fri, Apr 3, 2015 at 3:35 PM, Erwan Bocher wrote: > > Dear geotools developers, > > I'm developing an extension to link H2GIS - H2 database with Geoserver. > The code source is available here > https://github.com/ebocher/geoserver-h2gis/tree/H2gis

[Geotools-devel] Custom desired table on JDBC module

2015-04-03 Thread Erwan Bocher
Dear geotools developers, I'm developing an extension to link H2GIS - H2 database with Geoserver. The code source is available here https://github.com/ebocher/geoserver-h2gis/tree/H2gis_linkedTable. Because H2 database supports linked table and H2GIS uses this custom file system to link geos