<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Currently I have a map file where my roads layer 
has multiple classes with maxscale/minscale set so that roads appear differently 
at different zoom levels.&nbsp;&nbsp; The problem is that when I 
create</FONT></DIV>
<DIV><FONT face=Arial size=2>a legend, all of the multiple classes show up in 
the list... for example I have:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 
class<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name "interstates level 
2"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; expression 
/Interstate/<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; maxscale 
1600000<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; minscale 
150000<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
style<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; symbol 
1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; size 
4<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; color 0 0 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
style<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; symbol 
1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; size 
2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; color 200 0 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end<BR>&nbsp;&nbsp;&nbsp; 
end<BR>&nbsp;&nbsp;&nbsp; class<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name "us 
highways level 1"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; expression 
/US/<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; minscale 
1600000<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
style<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; symbol 
1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; size 
1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; color 255 204 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end<BR>&nbsp;&nbsp;&nbsp; 
end<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>And when the legend is generated it shows both 
</FONT></DIV>
<DIV><FONT face=Arial size=2>"us highways level 1"&nbsp;&nbsp; and "use highways 
level 2"&nbsp; instead of just showing the one that is visible.</FONT></DIV>
<DIV><FONT face=Arial size=2>Is there any way to set a min/max scale on legend 
keys/labels ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>-Ea</DIV></FONT></BODY></HTML>