<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi all<br><br>I'm new to mapserver and would like to use a legend template. <br><br>I've created a template as below:<br><br>The problem i'm having is the visibility flag for the classes is not working. Classes which are out of scale (maxscale) are still showing up in the legend. I've done a test and when using the embed option for the legend these same classes are not showing(which is what i'd expect). <br><br>Any help or ideas would be appreciated. <br><br>thanks<br><br>Ceri<br><br>[leg_header_html]&lt;table&gt;<br>[/leg_header_html]<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [leg_layer_html visibility_flag=15]<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [if name=layer_status oper=eq value=1]&lt;tr id='layer'&gt;&lt;td colspan='2'&gt;[leg_layer_name]&lt;/td&gt;&lt;/tr&gt;[/if]<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [/leg_layer_html]<br>[leg_class_html visibility_flag=15]<br>&lt;tr&gt;<br>&nbsp;&lt;td&gt;&lt;img src ="[leg_icon width=20 height=10]" /&gt;&lt;/td&gt;<br>&nbsp;&lt;td&gt;[leg_class_name]&lt;/td&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/tr&gt;&nbsp; <br>&nbsp; [/leg_class_html]<br>&nbsp;&nbsp;&nbsp; [leg_footer_html]<br>&nbsp;&lt;/table&gt;<br>[/leg_footer_html] <br><br><br><br /><hr />Do you know a place like the back of your hand? Share local knowledge with  <a href='http://www.backofmyhand.com' target='_new'>BackOfMyHand.com</a></body>
</html>