<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<BR>Hi Gordon,<BR>
&nbsp;<BR>
I know you did not mean it but I will use this opportunity to raise the issue anyway.<BR>
<BR>About displaying "non-visible layers", in legend.<BR>
&nbsp;<BR>
I think&nbsp;that this feature is missing in the&nbsp;"Basic Layout",<BR>
A dynamic option to determent if we wont to display ""non-visible layers" - in legend.<BR><BR><BR>&nbsp;<BR>
&gt; Date: Wed, 9 Mar 2011 14:41:49 -0800<BR>&gt; From: gordon.luckett@arrowgeomatics.com<BR>&gt; To: mapguide-users@lists.osgeo.org<BR>&gt; Subject: [mapguide-users] Select Within<BR>&gt; <BR>&gt; In Fusion, the SelectWithinPanel.templ selects all selectable layers AND<BR>&gt; non-visible layers. How can we exclude the non-visible layers - if you have<BR>&gt; lots of layers, this is a very confusing to the user...<BR>&gt; <BR>&gt; <BR>&gt; function FillLayerList()<BR>&gt; {<BR>&gt; var list = document.getElementById("layers");<BR>&gt; var listNames = document.getElementById("layerNames");<BR>&gt; list.options.length = 0;<BR>&gt; var map = GetParent().Fusion.getMapByName(mapName);<BR>&gt; var layers = map.aMaps[0].getSelectableLayers();<BR>&gt; if(layers.length &gt; 0) {<BR>&gt; for(var i = 0; i &lt; layers.length; i++) {<BR>&gt; var layer = layers[i];<BR>&gt; list.options[i] = new Option(layer.legendLabel != ""?<BR>&gt; layer.legendLabel: layer.layerName);<BR>&gt; if (i == 0) list.options[0].selected = true;<BR>&gt; listNames.options[i] = new Option(layer.layerName);<BR>&gt; }<BR>&gt; } else {<BR>&gt; list.options[0] = new Option("__#BUFFERNOLAYER#__");<BR>&gt; }<BR>&gt; document.getElementById("Done").disabled = layers.length == 0;<BR>&gt; }<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; --<BR>&gt; View this message in context: http://osgeo-org.1803224.n2.nabble.com/Select-Within-tp6155813p6155813.html<BR>&gt; Sent from the MapGuide Users mailing list archive at Nabble.com.<BR>&gt; _______________________________________________<BR>&gt; mapguide-users mailing list<BR>&gt; mapguide-users@lists.osgeo.org<BR>&gt; http://lists.osgeo.org/mailman/listinfo/mapguide-users<BR>                                               </body>
</html>