Re: [Geoserver-devel] Writing Custom getCapabilities

2014-12-30 Thread Andrea Aime
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

Re: [Geoserver-devel] Writing Custom getCapabilities

2014-12-30 Thread Marks, David
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

Re: [Geoserver-devel] Writing Custom getCapabilities

2014-12-28 Thread Andrea Aime
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

Re: [Geoserver-devel] Writing Custom getCapabilities

2014-12-27 Thread Brad Hards
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

[Geoserver-devel] Writing Custom getCapabilities

2014-12-24 Thread Marks, David
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