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://opengeo.org/


On Fri, Jul 12, 2013 at 9:58 AM, Chris Holmes <chol...@opengeo.org> wrote:

>
>
>
> On Fri, Jul 12, 2013 at 9:48 AM, Justin Deoliveira 
> <jdeol...@opengeo.org>wrote:
>
>>
>>
>>
>> On Fri, Jul 12, 2013 at 6:52 AM, Andrea Aime <
>> andrea.a...@geo-solutions.it> wrote:
>>
>>> On Thu, Jul 11, 2013 at 5:40 PM, Justin Deoliveira <jdeol...@opengeo.org
>>> > 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.
>>>>
>>>> The code is up in my github repo.
>>>>
>>>>   https://github.com/jdeolive/geoserver/compare/geopkg
>>>>
>>>>
>>> +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 can actually contain three types of tables, vector,
>> raster, and tiles. So wms seemed the best fit but certainly nothing
>> stopping wfs and wcs output formats.
>>
>> Afaik there is nothing describing styles in the package but it would be a
>> useful extension i think.
>>
>
> +1 on a styles extension. No discussion of this took place in the
> geopackage group, but it's extensible enough to just throw in a table that
> we understand. MapStory would definitely benefit from this, maybe it can
> take a crack at it, as a way to pull down a full mapstory with data and
> styles. Be able to move it to another server, etc.
>
>
>
>>
>>> Cheers
>>> Andrea
>>>
>>>
>>> --
>>> ==
>>> Our support, Your Success! Visit http://opensdi.geo-solutions.it for
>>> more information.
>>> ==
>>>
>>> Ing. Andrea Aime
>>> @geowolf
>>> Technical Lead
>>>
>>> GeoSolutions S.A.S.
>>> Via Poggio alle Viti 1187
>>> 55054  Massarosa (LU)
>>> Italy
>>> phone: +39 0584 962313
>>> fax: +39 0584 1660272
>>> mob: +39  339 8844549
>>>
>>> http://www.geo-solutions.it
>>> http://twitter.com/geosolutions_it
>>>
>>> -------------------------------------------------------
>>>
>>
>>
>>
>> --
>> Justin Deoliveira
>> OpenGeo - http://opengeo.org
>> Enterprise support for open source geospatial.
>>
>>
>> ------------------------------------------------------------------------------
>> See everything from the browser to the database with AppDynamics
>> Get end-to-end visibility with application monitoring from AppDynamics
>> Isolate bottlenecks and diagnose root cause in seconds.
>> Start your free trial of AppDynamics Pro today!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Geoserver-devel mailing list
>> Geoserver-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>>
>>
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
>
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to