[mapserver-users] Text outline not working on line features

thomas bonfort thomas.bonfort at gmail.com
Tue Sep 20 13:47:19 EDT 2011


what mapserver version, what outputformat?
regardless, it should work with any version, are you sure that this is
the actual mapfile snippet that is being used ?

--
thomas

On Tue, Sep 20, 2011 at 18:45, Bistrais, Bob <Bob.Bistrais at maine.gov> wrote:
> I’m trying to draw and label road features from a shapefile.  I’d like to
> include an outline of the road name text as a halo.  This works fine on
> polygon and point features, but is not working for me with the line
> features.
>
>
>
> Here is the code block:
>
>
>
>                 LABEL
>
>                   ANGLE auto
>
>                   PARTIALS false
>
>                   FORCE false
>
>                   MINDISTANCE 250
>
>                   POSITION uc
>
>                   COLOR 200 0 0
>
>                   OUTLINECOLOR 255 255 255
>
>                   OUTLINEWIDTH 5
>
>                   FONT "verdana"
>
>                   SIZE 12
>
>                   TYPE truetype
>
>                 END
>
>                 TEXT ([RDNAME])
>
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>


More information about the mapserver-users mailing list