<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE-AT link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Try instead of<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>&nbsp;&nbsp;&nbsp; layerClone.mergeNewParams({<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; srs: baseMercator,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; format: 'image/png',<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; transparent: true<br>&nbsp;&nbsp;&nbsp; },{<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; isBaseLayer: false,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; singleTile: true,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; visibility: false<br>&nbsp;&nbsp;&nbsp; });<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>try this with one curly brace only<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>&nbsp;&nbsp;&nbsp; layerClone.mergeNewParams({<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; srs: baseMercator,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; format: 'image/png',<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; transparent: true,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; isBaseLayer: false,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; singleTile: true,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; visibility: false<br>&nbsp;&nbsp;&nbsp; });<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>My code looks like this:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>var array = WMSstore.getRange();<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>for(var i = 0 ; i &lt; array.length ;i++){<o:p></o:p></span></p><p class=MsoNormal style='text-indent:35.4pt'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>var record = array[i];<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>                var copy = record.copy();<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>                copy.data[&quot;layer&quot;] = record.getLayer();<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>                newParams = {<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>                               format: &quot;image/png&quot;,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>                               transparent: &quot;true&quot;<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>                };<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>                copy.getLayer().mergeNewParams(newParams);<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>                map.layers.add(copy);<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>}<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Hope this helps<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Lucia<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal style='margin-bottom:1.0pt'><b><span lang=EN-US style='font-size:8.0pt;font-family:"Verdana","sans-serif";color:#365F91'>Dipl.-Geogr. Lucia Morper-Busch</span></b><b><span lang=EN-US style='font-size:8.0pt;font-family:"Verdana","sans-serif";color:#1F497D'> | </span></b><b><span lang=EN-US style='font-size:8.0pt;font-family:"Verdana","sans-serif";color:#C00000'>Researcher</span></b><b><span lang=EN-US style='font-size:8.0pt;font-family:"Verdana","sans-serif";color:#1F497D'><o:p></o:p></span></b></p><p class=MsoNormal style='margin-bottom:1.0pt'><span lang=EN-US style='font-size:8.0pt;font-family:"Verdana","sans-serif";color:gray'>University of Salzburg | Centre for Geoinformatics - Z_GIS<o:p></o:p></span></p><p class=MsoNormal style='margin-bottom:1.0pt'><span lang=EN-US style='font-size:8.0pt;font-family:"Verdana","sans-serif";color:gray'>Schillerstr.30 | Techno-Z, Block 15, 3rd floor | 5020 Salzburg, Austria<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:8.0pt;font-family:"Verdana","sans-serif";color:gray'>Phone +43 (0)662 8044 5298 | Fax +43 (0)662 8044 5260<o:p></o:p></span></p><p class=MsoNormal><b><i><span lang=EN-US style='font-size:8.0pt;font-family:"Verdana","sans-serif";color:gray'>&gt; <a href="http://www.zgis.at/research"><span style='color:gray;text-decoration:none'>Z_GIS&#8230;experts for the spatial view</span></a><o:p></o:p></span></i></b></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><b><span lang=DE style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>Von:</span></b><span lang=DE style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> users-bounces@geoext.org [mailto:users-bounces@geoext.org] <b>Im Auftrag von </b>Hugo<br><b>Gesendet:</b> Montag, 06. Juni 2011 14:38<br><b>An:</b> users@geoext.org<br><b>Betreff:</b> [Users] Loading WMS layer from WMSCapabilities Store<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Hello all,<br><br>I'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'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't understand why is this happening once i have configured a sepcific layernode to add to the tree panel.<br><br>The code i'm using is the following:<br><br>for (i=0; i&lt;selLayers.length; i++){<br>&nbsp;&nbsp;&nbsp; var layerClone = selLayers[i].get('layer');<br>&nbsp;&nbsp;&nbsp; layerClone.mergeNewParams({<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; srs: baseMercator,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; format: 'image/png',<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; transparent: true<br>&nbsp;&nbsp;&nbsp; },{<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; isBaseLayer: false,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; singleTile: true,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; visibility: false<br>&nbsp;&nbsp;&nbsp; });<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; map.addLayer(layerClone);<br><br>&nbsp;&nbsp;&nbsp; var addWmsNode = new GeoExt.tree.LayerNode({<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; layer: layerClone,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; text: layerClone.name,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; iconCls: 'wms',<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; leaf: true,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; checked: false,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; radioGroup: 'tematico',<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; uiProvider: treeUI<br>&nbsp;&nbsp;&nbsp; });<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; userRoot.appendChild(addWmsNode);<br>} <br><br>What am i missing or doing wrong here?<br>Kind regards,<br><br>Hugo &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br clear=all><br>-- <br>Hugo Martins<br>LabNT - ISEGI UNL<br>Campus de Campolide<br>1070-312 Lisboa<br>N 38°43'56.84&quot;, W 9°9'35.74&quot;<o:p></o:p></p></div></body></html>