<html>
At 12:26 PM 12/10/2004 -0800, Joseph Norris wrote:<br>
<blockquote type=cite cite>Thanks for the help - I have attached the test
mapfile.</blockquote> <br>
<font face="Courier New, Courier">>LAYER<br>
>        NAME "Teacher
Names"<br>
>        STATUS DEFAULT<br>
>        TRANSFORM FALSE<br>
>        TYPE ANNOTATION<br>
>        <br>
>    FEATURE<br>
>      POINTS -120.630190 35.144119 END<br>
>      TEXT "name 327"<br>
>    END<br>
>    <br>
>    FEATURE<br>
>      POINTS -121.942468 37.340641 END<br>
>      TEXT "name 124"<br>
>    END<br>
....<br>
<br>
This layer may still need a CLASS and STYLE section, I'm not sure about
ANNOTATION  layers.<br>
But the real problem is you have TRANSFORM FALSE but your FEATURE POINTs
are in long lat.<br>
TRANSFORM FALSE means the points would be pixel values not map
coordinates.<br>
Try removing the TRANSFRORM FALSE.<br>
</font></html>