Ticket #1149 (closed defect: fixed)
[WMS] output one SRS element per EPSG in mapwms.c
| Reported by: | tomkralidis | Owned by: | jlacroix |
|---|---|---|---|
| Priority: | high | Milestone: | 4.6 release |
| Component: | WMS Server | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
This originated out of bug 1148, w.r.t. deprecated behaviour of elements with space delimited lists of values, in favour of one element per list value. If I issue OGC:WMS 1.1.1 GetCapabilities against latest CVS, SRSs are output one per element at the LAYER level, i.e.: <SRS>EPSG:4326</SRS> <SRS>EPSG:42304</SRS> ..this behaviour should be put forth at the ROOT LAYER level, i.e. the MAP/WEB/METADATA. Currently, the element: /WMT_MS_Capabilities/Capability/Layer/SRS is output as: <SRS>EPSG:4326 EPSG:42304</SRS> ..whereas we should change to: <SRS>EPSG:4326</SRS> <SRS>EPSG:42304</SRS> ..so the same behaviour in mapwms.c, line 1202 which is made at the LAYER level should be replicated at the ROOT LAYER level, around line 1857.
Change History
Note: See
TracTickets for help on using
tickets.
