Re: [Geoserver-devel] geopackage community module

2013-12-03 Thread Niels Charlier
Indeed On 03/12/13 16:43, Justin Deoliveira wrote: Hey Jukka, Niels has been working on updating the geotools module to incorporate the latest changes according to the spec. In addition he has been splitting up the GeoServer code into multiple output formats as previously discussed in this

Re: [Geoserver-devel] geopackage community module

2013-12-03 Thread Justin Deoliveira
Hey Jukka, Niels has been working on updating the geotools module to incorporate the latest changes according to the spec. In addition he has been splitting up the GeoServer code into multiple output formats as previously discussed in this thread. I believe the wfs and wms output formats are comp

Re: [Geoserver-devel] geopackage community module

2013-12-02 Thread Rahkonen Jukka
Hi, What is the state of this community module? Is it updated to suit the last changes in Geopackage standard? -Jukka Rahkonen- Justin Deoliveira wrote: > Hi all, > To go along with the geopkg module just added to geotools we have also > developed an output fo

Re: [Geoserver-devel] geopackage community module

2013-08-12 Thread Justin Deoliveira
On Mon, Aug 12, 2013 at 10:19 AM, Chris Holmes wrote: > Sorry, missed this response. Replies inline. > > On Wed, Aug 7, 2013 at 10:04 AM, Justin Deoliveira > wrote: > >> Hey Chris, >> >> I merged the geotools side of things. >> >> >> https://github.com/geotools/geotools/tree/master/modules/unsup

Re: [Geoserver-devel] geopackage community module

2013-08-12 Thread Chris Holmes
Sorry, missed this response. Replies inline. On Wed, Aug 7, 2013 at 10:04 AM, Justin Deoliveira wrote: > Hey Chris, > > I merged the geotools side of things. > > > https://github.com/geotools/geotools/tree/master/modules/unsupported/geopkg > > I just merged the geoserver side of things. > > htt

Re: [Geoserver-devel] geopackage community module

2013-08-07 Thread Justin Deoliveira
Hey Chris, I merged the geotools side of things. https://github.com/geotools/geotools/tree/master/modules/unsupported/geopkg I just merged the geoserver side of things. https://github.com/geoserver/geoserver/tree/master/src/community/geopkg However we got some good feedback and I agree with

Re: [Geoserver-devel] geopackage community module

2013-08-06 Thread Chris Holmes
Did you ever get this merged in Justin? I don't see it on https://github.com/geoserver/geoserver/tree/master/src/community Though I may not be looking at the right place. OGC just released the candidate standard for comments, see http://www.opengeospatial.org/standards/requests/105 I'm working on

Re: [Geoserver-devel] geopackage community module

2013-07-15 Thread Justin Deoliveira
On Sat, Jul 13, 2013 at 7:22 AM, Andrea Aime wrote: > On Sat, Jul 13, 2013 at 3:03 PM, Chris Holmes wrote: > >> >> > That said I do hope that the core geopackage is simple enough to generate >> in a streaming fashion. Just write the blobs out, don't need full sqlite. >> Not sure if that's true th

Re: [Geoserver-devel] geopackage community module

2013-07-14 Thread Rahkonen Jukka
hkonen- Lähettäjä: Justin Deoliveira [jdeol...@opengeo.org<mailto:jdeol...@opengeo.org>] Lähetetty: 12. heinäkuuta 2013 0:24 Vastaanottaja: Rahkonen Jukka Cc: geoserver-devel@lists.sourceforge.net<mailto:geoserver-devel@lists.sourceforge.net> Aihe: Re: [Ge

Re: [Geoserver-devel] geopackage community module

2013-07-13 Thread Rahkonen Jukka
Lähettäjä: Justin Deoliveira [jdeol...@opengeo.org] Lähetetty: 12. heinäkuuta 2013 0:24 Vastaanottaja: Rahkonen Jukka Cc: geoserver-devel@lists.sourceforge.net Aihe: Re: [Geoserver-devel] geopackage community module Hey Jukka, You can find a sample package with the spearf

Re: [Geoserver-devel] geopackage community module

2013-07-13 Thread Andrea Aime
On Sat, Jul 13, 2013 at 3:03 PM, Chris Holmes wrote: > > That said I do hope that the core geopackage is simple enough to generate > in a streaming fashion. Just write the blobs out, don't need full sqlite. > Not sure if that's true though, would love insight from Justin if the > current thing is

Re: [Geoserver-devel] geopackage community module

2013-07-13 Thread Chris Holmes
Nice thoughts Andrea. A few responses in line. In general we considered most all of this out of scope for geopackage 1.0, but it is of interest for many. And I think a next testbed should lead to modifications of geopackage and service specs. Some people have talked about a 'geopackage service', bu

Re: [Geoserver-devel] geopackage community module

2013-07-13 Thread Chris Holmes
the ending OxFE byte at the end > byte[] wkb = new byte[blobAsBytes.length - 39]; > System.arraycopy(blobAsBytes, 39, wkb, 1, blobAsBytes.length - 1 - > 39); > > //prepend byte-order byte > wkb[0] = blobAsBytes[1]; > > What do you think, could it really be

Re: [Geoserver-devel] geopackage community module

2013-07-13 Thread Andrea Aime
On Fri, Jul 12, 2013 at 3:48 PM, Justin Deoliveira wrote: > +1 on the module >> As a curiosity, why wms? Is this going to produce tiles in the >> geopackage? Or does the geopackage embed styles as well? >> I guess the real question is, why wms and not wfs output format? >> > > Yeah, the package ca

Re: [Geoserver-devel] geopackage community module

2013-07-13 Thread Rahkonen Jukka
..@opengeo.org] Lähetetty: 12. heinäkuuta 2013 0:24 Vastaanottaja: Rahkonen Jukka Cc: geoserver-devel@lists.sourceforge.net Aihe: Re: [Geoserver-devel] geopackage community module Hey Jukka, You can find a sample package with the spearfish data here. http://dev.opengeo.org/~jdeolive/geopkg/spear

Re: [Geoserver-devel] geopackage community module

2013-07-12 Thread David Winslow
Interesting idea, having a style as a SQL table. I wonder if it could be designed so that some or all of the dynamic feature selection could be done by the database engine. SELECT f.geometry, s.stroke, s.width, s.opacity FROM features f, styles s WHERE ... -- David Winslow OpenGeo - http://openg

Re: [Geoserver-devel] geopackage community module

2013-07-12 Thread Chris Holmes
On Fri, Jul 12, 2013 at 9:48 AM, Justin Deoliveira wrote: > > > > On Fri, Jul 12, 2013 at 6:52 AM, Andrea Aime > wrote: > >> On Thu, Jul 11, 2013 at 5:40 PM, Justin Deoliveira >> wrote: >> >>> Hi all, >>> >>> To go along with the geopkg module just added to geotools we have also >>> developed an

Re: [Geoserver-devel] geopackage community module

2013-07-12 Thread Justin Deoliveira
On Fri, Jul 12, 2013 at 6:52 AM, Andrea Aime wrote: > On Thu, Jul 11, 2013 at 5:40 PM, Justin Deoliveira > wrote: > >> Hi all, >> >> To go along with the geopkg module just added to geotools we have also >> developed an output format for geoserver capable of producing a geopackage >> file from a

Re: [Geoserver-devel] geopackage community module

2013-07-12 Thread Chris Holmes
On Fri, Jul 12, 2013 at 8:52 AM, Andrea Aime wrote: > On Thu, Jul 11, 2013 at 5:40 PM, Justin Deoliveira > wrote: > >> Hi all, >> >> To go along with the geopkg module just added to geotools we have also >> developed an output format for geoserver capable of producing a geopackage >> file from a

Re: [Geoserver-devel] geopackage community module

2013-07-12 Thread Andrea Aime
On Thu, Jul 11, 2013 at 5:40 PM, Justin Deoliveira wrote: > Hi all, > > To go along with the geopkg module just added to geotools we have also > developed an output format for geoserver capable of producing a geopackage > file from a wms request. I would like to add it as a community module. > > T

Re: [Geoserver-devel] geopackage community module

2013-07-11 Thread Justin Deoliveira
Hey Jukka, You can find a sample package with the spearfish data here. http://dev.opengeo.org/~jdeolive/geopkg/spearfish.zip Just unzip it and you should be able to connect to the resulting .geopackage file with any sqlite client. -Justin On Thu, Jul 11, 2013 at 2:48 PM, Rahkonen Jukka wro

Re: [Geoserver-devel] geopackage community module

2013-07-11 Thread Rahkonen Jukka
Hi, Interesting. It would be nice to see how a geopackage file with metadata tables and some vectors looks like. Is there any sample available? -Jukka Rahkonen- Justin Deoliveira wrote: > Hi all, > To go along with the geopkg module just added to geotools we h

Re: [Geoserver-devel] geopackage community module

2013-07-11 Thread Francesco Izzi
+1 Justin 2013/7/11 Justin Deoliveira > Hi all, > > To go along with the geopkg module just added to geotools we have also > developed an output format for geoserver capable of producing a geopackage > file from a wms request. I would like to add it as a community module. > > The code is up in