<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>&nbsp;<br>
<font face="Courier New, Courier">&gt;LAYER<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME &quot;Teacher
Names&quot;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STATUS DEFAULT<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TRANSFORM FALSE<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE ANNOTATION<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
&gt;&nbsp;&nbsp;&nbsp; FEATURE<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; POINTS -120.630190 35.144119 END<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TEXT &quot;name 327&quot;<br>
&gt; &nbsp;&nbsp; END<br>
&gt;&nbsp;&nbsp;&nbsp; <br>
&gt;&nbsp;&nbsp;&nbsp; FEATURE<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; POINTS -121.942468 37.340641 END<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TEXT &quot;name 124&quot;<br>
&gt;&nbsp;&nbsp;&nbsp; END<br>
....<br>
<br>
This layer may still need a CLASS and STYLE section, I'm not sure about
ANNOTATION&nbsp; 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>