simple tool for conversion

Eric Bridger eric at GOMOOS.ORG
Fri Dec 10 16:41:47 EST 2004


At 12:26 PM 12/10/2004 -0800, Joseph Norris wrote:
>Thanks for the help - I have attached the test mapfile.

>LAYER
>        NAME "Teacher Names"
>        STATUS DEFAULT
>        TRANSFORM FALSE
>        TYPE ANNOTATION
>
>    FEATURE
>      POINTS -120.630190 35.144119 END
>      TEXT "name 327"
>    END
>
>    FEATURE
>      POINTS -121.942468 37.340641 END
>      TEXT "name 124"
>    END
....

This layer may still need a CLASS and STYLE section, I'm not sure about ANNOTATION  layers.
But the real problem is you have TRANSFORM FALSE but your FEATURE POINTs are in long lat.
TRANSFORM FALSE means the points would be pixel values not map coordinates.
Try removing the TRANSFRORM FALSE.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20041210/e0a0a67b/attachment.html


More information about the mapserver-users mailing list