Ticket #595 (closed defect: fixed)
handling of an empty list when writing Web Map Context
| Reported by: | bartvde@… | Owned by: | mapserverbugs |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | WMS Server | Version: | 4.1 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
When e.g. the wms_stylelist metadata is set to an empty string in the MAP file,
it creates an invalid Web Map Context document.
"wms_stylelist" ""
In the example below this causes an empty StyleList, while a StyleList should
always contain a Style.
<Layer queryable="0" hidden="0">
<Server service="WMS" version="1.1.0" title="Geostreets">
<OnlineResource xlink:type="simple" xlink:href="http://blabla&"/>
</Server>
<Name>layer_1</Name>
<Title>Geostreets</Title>
<SRS>EPSG:28992</SRS>
<FormatList>
<Format>image/jpeg</Format>
<Format current="1">image/png</Format>
</FormatList>
<StyleList>
</StyleList>
</Layer>
See also:
http://www.maptools.org/bugzilla/show_bug.cgi?id=290
Change History
Note: See
TracTickets for help on using
tickets.
