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
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
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
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
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
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
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
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
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
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
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
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
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
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
..@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
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
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
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
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
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
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
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
+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
23 matches
Mail list logo