[Mapserver-users] lable outline question

Aaron Hunt hunt at zedxinc.com
Wed Dec 31 12:50:09 EST 2003


In mapserver 3.X, when I placed a white border around a label, mapserver would 
draw a 1px border around the edge of the font. Now in my new 4.0.X I get a 
white box around each letter. Has something changed or is there something I 
am missing. The map file code is bellow. Thank you for any help.

LAYER
        NAME "YLABEL"
        TYPE point
        PROJECTION
                "proj=longlat"
                "ellps=GRS80"
                "unit=dd"
        END
        DATA "points"
        STATUS ON
        LABELITEM "LABLE"

        CLASS
                NAME "default"
                COLOR -1 -1 -1
                OUTLINECOLOR -1 -1 -1
                LABEL

                        COLOR 0 0 0
                        OUTLINECOLOR  255 255 255
                        FONT arial
                        FORCE TRUE
                        SIZE 12
                        POSITION cc
                        ANTIALIAS TRUE
                        TYPE TRUETYPE
                        WRAP "~"
                END

        END
END


-- 
Aaron D. Hunt
ZedX Inc.





More information about the mapserver-users mailing list