Ticket #776 (closed enhancement: fixed)
deeper nesting of WMS layers
| Reported by: | bartvde@… | Owned by: | mapserverbugs |
|---|---|---|---|
| Priority: | high | Milestone: | 4.4 release |
| Component: | WMS Server | Version: | 4.3 |
| Severity: | minor | Keywords: | |
| Cc: | valik.solorzano.barboza@…, paul.den.dulk@… |
Description
Through this bug report I want to discuss the options for implementing a deeper
WMS layer nesting in Mapserver.
The current situation is a 1 level deep level of nesting through the GROUP keyword.
Seeing the difficulty of implementing all WMS interfaces for GROUP layers in the
past, I would suggest to have the "dummy" layers not to implement a <Name> tag
so that they cannot be requested, they merely serve for categorizing data on a
WMS. E.g.
..
<Layer>
<Title>Hydrography of the Netherlands</Title>
<Layer>
<Title>Rivers</Title>
<Layer queryable="1">
<Name>Braided_streams</Name>
<Title>Braided streams</Title>
<SRS>EPSG:28992</SRS>
<LatLonBoundingBox minx="3.2" miny="50.7" maxx="7.2" maxy="53.5" />
</Layer>
</Layer>
</Layer>
..
Any thoughts?
Change History
Note: See
TracTickets for help on using
tickets.
