<br><font size=2 face="sans-serif">I'm a new MapLab/MapServer user, so
this is probably a basic question.</font>
<br><font size=2 face="sans-serif">I'm having trouble labeling features
in MapLab (attribute column = NAME), and I'm not sure why. &nbsp;Below
is a snippet of code from my mapfile, defining a particular layer:</font>
<br>
<br><font size=2 face="sans-serif">LAYER</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; NAME &quot;New_York_County&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; STATUS ON</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; DATA &quot;./New_York_County&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; TYPE POLYGON</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; UNITS METERS</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; SIZEUNITS PIXELS</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; #CLASSITEM &quot;NAME&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; LABELITEM &quot;NAME&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; CLASS</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; NAME &quot;New_York_County&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; TEMPLATE &quot;ttt&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; LABEL</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; TYPE TRUETYPE</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; FONT &quot;fritqat&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; SIZE 10</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; POSITION
AUTO</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; COLOR 255
0 0</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; END</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; STYLE</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; SYMBOL 0</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; COLOR 252
241 207</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; OUTLINECOLOR
0 0 0</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; END</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; END<br>
</font>
<br><font size=2 face="sans-serif">When I uncomment out the LABELITEM tag,
I can't preview the map. &nbsp; If I comment out the tag, the map draws
fine - just without labels.</font>
<br><font size=2 face="sans-serif">I'm sure it's something really simple
to fix. &nbsp;Any ideas?</font>
<br>
<br><font size=2 face="sans-serif">Windows 2000</font>
<br><font size=2 face="sans-serif">maplab-2.1-rc3</font>
<br><font size=2 face="sans-serif">mapserver 4.2</font>
<br><font size=2 face="sans-serif">Apache 2.0</font>
<br><font size=2 face="sans-serif">php 4.3.4</font>
<br>
<br><font size=2 face="sans-serif">Thanks. &nbsp; Kevin</font>