Hi,<div><br></div><div>I am diving GeoExt examples and reproducing layer tree one.</div><div>But I can&#39;t figure out what&#39;s wrong with wms_title parameter in the mapfile, ie, the &quot;Tasmania (Group Layer)&quot; doesn&#39;t show up wms_title metadata from the mapfile but layer name instead.</div>
<div><br></div><div>Is this a kinda bug? I wonder if there is any workaround to this behaviour because I guess nobody wants those &quot;ugly&quot; names with underscores and lower case letters.</div><div><br></div><div>Any hints?</div>
<div>Regards</div><div><br></div><div><br></div><div>------------------------------------------</div><div>Code snippet I am referring to.<br><div>------------------------------------------</div><div><br></div><br>            new OpenLayers.Layer.WMS(&quot;Tasmania (Group Layer)&quot;,<br>
                &quot;<a href="http://demo.opengeo.org/geoserver/wms">http://demo.opengeo.org/geoserver/wms</a>&quot;, {<br>                    layers: [<br>                        &quot;topp:tasmania_state_boundaries&quot;,<br>
                        &quot;topp:tasmania_water_bodies&quot;,<br>                        &quot;topp:tasmania_cities&quot;,<br>                        &quot;topp:tasmania_roads&quot;<br>                    ],<br>                    transparent: true,<br>
                    format: &quot;image/gif&quot;<br>                }, {<br>                    isBaseLayer: false,<br>                    buffer: 0,<br>                    // exclude this layer from layer container nodes<br>
                    displayInLayerSwitcher: false,<br>                    visibility: false<br>                }<br>            )</div>