Hi,
I wonder if it is possible to configure a vector grid in geoserver
somehow. By vector grids, I mean something along the lines of:
http://docs.geotools.org/latest/userguide/extension/grid.html -
especially line grids as in the last example on this page.
Best regards,
Akos
On Sun, Feb 3, 2013 at 8:21 PM, Ákos Maróy <akos@anonymised.com> wrote:
Hi,
I wonder if it is possible to configure a vector grid in geoserver
somehow. By vector grids, I mean something along the lines of:
http://docs.geotools.org/latest/userguide/extension/grid.html -
especially line grids as in the last example on this page.
Easy, you can’t.
A relatively easy path would be to create a WPS process wrapping the
grid creation, have it generate a new layer by chaining it into gs:Import,
and then use the layer for rendering.
A nicer path is what Chris discussed on the geoserver-devel mailing list
one/two weeks ago, which is having layers in GeoServer being directly
powered by a WPS process, the grid case would be a nice fit for the
“compute on the fly” case.
Uh, I guess another option would be to have the WPS process being
used as a “odd” rendering transformation, one that actually takes
no data in input, and just generates it in output. You’d just need
whatever fake data source only for the sake of having one layer
you can actually call via WMS
Cheers
Andrea
–
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
thanks for the clarification 
···
On 03/02/13 20:46, Andrea Aime wrote:
On Sun, Feb 3, 2013 at 8:21 PM, Ákos Maróy <akos@anonymised.com> wrote:
Hi,
I wonder if it is possible to configure a vector grid in geoserver
somehow. By vector grids, I mean something along the lines of:
http://docs.geotools.org/latest/userguide/extension/grid.html -
especially line grids as in the last example on this page.
Easy, you can’t.