Ticket #661 (closed defect: fixed)
[WMS] msOWSGetLayerExtent() broken
| Reported by: | dmorissette | Owned by: | mapserverbugs |
|---|---|---|---|
| Priority: | high | Milestone: | 4.4 release |
| Component: | WMS Server | Version: | 4.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Frank wrote:
-----
Daniel,
In msOWSGetLayerExtent() msOWSLookupMetadata() is called with the
namespace argument "WFCO". I am not sure what the "W" is supposed to be, and
the WMS namespace ("M") is not included. This is causing one of my autotests
(testing wms_extent support) to fail.
Is the msOWSLookupMetadata call correct? Is this just a typo?
...
int msOWSGetLayerExtent(mapObj *map, layerObj *lp, rectObj *ext)
{
static const char *value;
if ((value = msOWSLookupMetadata(lp->metadata, "WFCO", "extent")) != NULL)
{
...
Change History
Note: See
TracTickets for help on using
tickets.
