<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16440"></HEAD>
<BODY>
<DIV><FONT size=2 face=Arial><SPAN class=014061700-12052012>In a 
Ext.tree.TreePanel I am grouping layers as below. When the layer is a tiled 
(tile cache layer) I would like to use an alternate image for the legend to 
still show up </SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial><SPAN class=014061700-12052012>so I wanted to use 
legendURL for the legend image</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>// add legend images for tiled 
layers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR> var 
regierungsbezirke_rec&nbsp; = 
mapPanel.layers.getByLayer(regierungsbezirke_tile);<BR>regierungsbezirke_rec.set("legendURL", 
"<A 
href="http://vfsviewer.vfs-muenchen.de/legend/regierungsbezirke.gif">http://vfsviewer.vfs-muenchen.de/legend/regierungsbezirke.gif</A>");</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><SPAN class=014061700-12052012><FONT size=2 face=Arial>However i could not 
get it show up in geoext 1.1 in the tree yet - &nbsp;any hints what&nbsp;I am 
doing wrong ?</FONT></SPAN></DIV>
<DIV><FONT size=2 face=Arial><SPAN 
class=014061700-12052012>Karsten</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial><SPAN class=014061700-12052012>// in layer 
tree</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial><SPAN 
class=014061700-12052012>...</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial>{nodeType: 
"gx_layercontainer",<BR>&nbsp;&nbsp;&nbsp; text: 
'Kartendaten',<BR>&nbsp;&nbsp;&nbsp; layerStore: 
mapPanel.layers,<BR>&nbsp;&nbsp;&nbsp; expanded: false,<BR>&nbsp;&nbsp;&nbsp; 
loader: {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; filter: function(record) 
{&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return 
record.get("layer").group == "Kartendaten";// this.group; 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
},<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; baseAttrs: 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
uiProvider: "custom_ui"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
},<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; createNode: function(attr) 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // add a 
WMS legend to each node 
created<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if 
(GeoExt.WMSLegend.supports(mapPanel.layers.getByLayer(attr.layer))){<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
attr.component = 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
xtype: 
"gx_wmslegend",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
layerRecord: 
mapPanel.layers.getByLayer(attr.layer),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
showTitle: 
false,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
cls: 
"legend"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
};<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
}&nbsp;&nbsp; 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return 
GeoExt.tree.LayerLoader.prototype.createNode.call(this, 
attr);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp; 
}&nbsp;&nbsp;&nbsp; <BR>}</FONT></DIV>
<DIV><FONT size=2 face=Arial><SPAN 
class=014061700-12052012>...</SPAN></FONT></DIV><br/><br/><br><br><FONT face="Tahoma" size="2"><br>=======<br>Email scanned by PC Tools - No viruses or spyware found.<br>(Email Guard: 9.0.0.888, Virus/Spyware Database: 6.19640)<br><a href=http://www.pctools.com/?cclick=EmailFooterClean_51>http://www.pctools.com</a><br>=======</FONT>
</BODY></HTML>