[Geoserver-devel] Format=application/openlayers Handling

Hello all,

Can anyone point me to where the wms portion of GeoServer handles incoming getMap requests where the format is set to use openLayers?

As part of an ongoing project I've used the DispatcherCallback workflow to hide the internal names of GeoServer layers, translating them in outgoing getCapabilities responses and then re-interpreting them on incoming getMap requests. However, testing has discovered the openLayers implementation in GeoServer is somehow getting the original internal name and I'd like to figure out how.

Thanks,
David Marks

That is a bit tricky David. Too bad you could not just display the layer titles in Open Layers?

There is an open layers output format, it has recently been updated to OL3:

···

On 3 February 2015 at 11:48, Marks, David <David.Marks@anonymised.com> wrote:

Hello all,

Can anyone point me to where the wms portion of GeoServer handles incoming getMap requests where the format is set to use openLayers?

As part of an ongoing project I’ve used the DispatcherCallback workflow to hide the internal names of GeoServer layers, translating them in outgoing getCapabilities responses and then re-interpreting them on incoming getMap requests. However, testing has discovered the openLayers implementation in GeoServer is somehow getting the original internal name and I’d like to figure out how.

Thanks,
David Marks


Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/


Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Jody Garnett