I'm developing an application and would like the ability to turn a class on at a certain scale, but have it's labels turn on as a user zooms in further.  Is this possible with one layer defition and two classes (one for the data and one for it's labels - both come from the same dataset.) 
<br><br>I set it up how I think it should work but I only get the data drawn without the labels.&nbsp; Can someone point me in the right direction?&nbsp; It works with two layers (one as polygon and one as annotation), but I think it should be able to be done with just one layer and two classes. Am I wrong?&nbsp; 
<br><br>Thanks for your help,<br>Tim<br><br>This is what the layer looks like in the map file:<br>

<p class="MsoPlainText">LAYER<br>
<span style="">&nbsp; </span>NAME &quot;MCD Boundaries&quot;<br>
<span style="">&nbsp; </span>STATUS default<br>
<span style="">&nbsp; </span>DATA basedata/cdreg_ms<br>
<span style="">&nbsp; </span>GROUP MCDs<br>
<span style="">&nbsp; </span>TYPE POLYGON<br>
<span style="">&nbsp; </span>CLASSITEM &quot;Ctv&quot;<br>
<span style="">&nbsp; </span>LABELITEM &quot;Mcd_name&quot;<br>
<span style="">&nbsp; </span>CLASS<br>
<span style="">&nbsp;&nbsp;&nbsp; </span>MAXSCALE 600000<br>
<span style="">&nbsp;&nbsp;&nbsp; </span>EXPRESSION ('[Ctv]' eq 'T')<br>
<span style="">&nbsp;&nbsp;&nbsp; </span>OUTLINECOLOR 19 54 234<br>
<span style="">&nbsp;&nbsp;&nbsp; </span>STYLE<br>
<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>SYMBOL 'line'<br>
<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>SIZE 1<br>
<span style="">&nbsp;&nbsp;&nbsp; </span>END<br>
<span style="">&nbsp; </span>END<br>
<span style="">&nbsp; </span>CLASS<br>
<span style="">&nbsp;&nbsp;&nbsp; </span>MAXSCALE 400000<br>
<span style="">&nbsp;&nbsp;&nbsp; </span>EXPRESSION ('[Ctv]' eq 'T')<br>
<span style="">&nbsp;&nbsp;&nbsp; </span>LABEL #Town label<br>
<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>COLOR 19 54 234<br>
<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>OUTLINECOLOR 255 255 255<br>
<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>TYPE Bitmap<span style=""></span><br>
<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>SIZE Tiny<br>
<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>POSITION CC<br>
<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>PARTIALS False<span style=""></span><br>
<span style="">&nbsp;&nbsp;&nbsp; </span>END<br>
<span style="">&nbsp; </span>END<br>
<span style="">&nbsp; </span>METADATA<br>
<span style="">&nbsp;&nbsp;&nbsp; </span>CLASSES &quot;no&quot;<br>
<span style="">&nbsp;</span><span style="">&nbsp;&nbsp;
</span>SHOWINLEGEND &quot;nope&quot;<br>
<span style="">&nbsp; </span>END<br>
END&nbsp; <br></p>