Hello all,<br><br>I&#39;m having some troubles to add WMS layers from a WMSCapabilities store. The problem is not related with loading the layer itself. The problem i&#39;m facing can be divided into two:<br><br>1. When loading the WMS layer there are some parameters that are not being set<br>
2. The layer appears in all the folders and sub-folders of the Tree panel (baselayers and theme layers)<br><br>About problem one, the layer is loaded but is not transparent as specified in my code. About the second problem, i really don&#39;t understand why is this happening once i have configured a sepcific layernode to add to the tree panel.<br>
<br>The code i&#39;m using is the following:<br><br>for (i=0; i&lt;selLayers.length; i++){<br>    var layerClone = selLayers[i].get(&#39;layer&#39;);<br>    layerClone.mergeNewParams({<br>        srs: baseMercator,<br>        format: &#39;image/png&#39;,<br>
        transparent: true<br>    },{<br>        isBaseLayer: false,<br>        singleTile: true,<br>        visibility: false<br>    });<br>                    <br>    map.addLayer(layerClone);<br><br>    var addWmsNode = new GeoExt.tree.LayerNode({<br>
        layer: layerClone,<br>        text: layerClone.name,<br>        iconCls: &#39;wms&#39;,<br>        leaf: true,<br>        checked: false,<br>        radioGroup: &#39;tematico&#39;,<br>        uiProvider: treeUI<br>
    });<br>                    <br>    userRoot.appendChild(addWmsNode);<br>} <br><br>What am i missing or doing wrong here?<br>Kind regards,<br><br>Hugo           <br clear="all"><br>-- <br>Hugo Martins<br>LabNT - ISEGI UNL<br>
Campus de Campolide<br>1070-312 Lisboa<br>N 38°43&#39;56.84&quot;, W 9°9&#39;35.74&quot;<br>