<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi Tim,<BR>
&nbsp;<BR>
here's an Idea...<BR>
&nbsp;<BR>
In your applicationdefinition file,&nbsp;add the &lt;HideInvisibleLayers&gt;true&lt;/HideInvisibleLayers&gt; to the extension of your Legend Widget.<BR>
&nbsp;<BR>
like this --&gt;<BR>
&nbsp;<BR>
&lt;Widget xsi:type="WidgetType"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Name&gt;Legend&lt;/Name&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Type&gt;Legend&lt;/Type&gt;<BR>&nbsp;&nbsp;&lt;Extension xsi:type="CustomContentType"&gt;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ShowMapFolder&gt;false&lt;/ShowMapFolder&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ShowRootFolder&gt;false&lt;/ShowRootFolder&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <STRONG>&lt;HideInvisibleLayers&gt;true&lt;/HideInvisibleLayers&gt;<BR></STRONG>&nbsp;&nbsp;&lt;/Extension&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;StatusItem/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/Widget&gt;<BR>
&nbsp;<BR>
AND&nbsp;IN YOUR MAPFILE:<BR>
&nbsp;<BR>
In your FIRST coverage layer<BR>
&nbsp;<BR>
&nbsp;&nbsp;&nbsp; STATUS ON<BR>
&nbsp;&nbsp;&nbsp; MINSCALEDENOM 120000<BR>
&nbsp;&nbsp;&nbsp; MAXSCALEDENOM YOURMAXSCALE<BR>
&nbsp;<BR>
In your SECOND coverage layer<BR>
&nbsp;<BR>
&nbsp;&nbsp;&nbsp; STATUS OFF<BR>
&nbsp;&nbsp;&nbsp; MINSCALEDENOM 0<BR>
&nbsp;&nbsp;&nbsp; MAXSCALEDENOM 120000<BR>
&nbsp;<BR>
In your Propagations layer<BR>
&nbsp;<BR>
&nbsp;&nbsp;&nbsp; STATUS ON<BR>
&nbsp;&nbsp;&nbsp; MINSCALEDENOM 0<BR>
&nbsp;&nbsp;&nbsp; MAXSCALEDENOM 120000<BR>
&nbsp;<BR>
Hope this helps!<BR>
&nbsp;<BR>
Dominic<BR><BR>
&nbsp;<BR><br /><hr />Internet Explorer 8 makes surfing easier.  <a href='http://go.microsoft.com/?linkid=9655264' target='_new'>Get it now! </a></body>
</html>