On Tue, Dec 30, 2014 at 6:24 PM, Marks, David
wrote:
> The use case is to generate getCapabilities resposnes using Apache
> Velocity templates, to give a greater degree of control over the formatting
> and contents of the getCapabilities. We have a starting template prepared
> and filling it in s
ouble gaining access to
the WMS object.
Thanks,
David Marks
From: andrea.a...@gmail.com on behalf of Andrea Aime
Sent: Sunday, December 28, 2014 3:53 AM
To: Marks, David
Cc: Geoserver-devel
Subject: Re: [Geoserver-devel] Writing Custom getCapabilities
On Wed
On Wed, Dec 24, 2014 at 9:26 PM, Marks, David
wrote:
>
> As part of an ongoing project I am attempting to provide a customized
> getCapabilities response via the DispatcherCallback framework. As such, I
> am creating a new Response object which overrides the write method in
> order to write my own
On Wed, 24 Dec 2014 08:26:30 PM Marks, David wrote:
> As part of an ongoing project I am attempting to provide a customized
> getCapabilities response via the DispatcherCallback framework. As such, I
> am creating a new Response object which overrides the write method in
> order to write my own cus
As part of an ongoing project I am attempting to provide a customized
getCapabilities response via the DispatcherCallback framework. As such, I
am creating a new Response object which overrides the write method in
order to write my own custom content. The problem I am running into,
however, is that