Hi,

In the previous version of Mapserver when using wms_layer_group, the groups 
were not queryable in the GetCapabilities. In following examples, the 
configuration is

LAYER>METADATA> OWS_LAYER_GROUP "/Radar/Australia"


Version 6.4.2

<Layer>
<Title>Radar</Title>
<Layer>
<Title>Australia</Title>
<Layer queryable="1" opaque="0" cascaded="0">
<Name>IDR00009</Name>
<Title>Radar Offline | Australia</Title>
<Abstract>Radar Offline | Australia</Abstract>
<CRS>EPSG:4283</CRS>


In the latest version 8.0.0, all the groups are queryable

<Layer queryable="1">
<Name>Radar</Name>
<Title>Radar</Title>
<Layer queryable="1">
<Name>Australia</Name>
<Title>Australia</Title>
<Layer queryable="1" opaque="0" cascaded="0">
<Name>IDR00009</Name>
<Title>Radar Offline | Australia</Title>
<Abstract>Radar Offline | Australia</Abstract>
<CRS>EPSG:4283</CRS>

Is there a way to not have the group queryable, as it is causing issues with 
some web applications eg picking up the wrong layer within a group or listing 
the group as well as the layer

Thanks

Kathleen













_______________________________________________
MapServer-users mailing list
MapServer-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to