[mapserver-users] outline thickness
Steve Lime
steve.lime@dnr.state.mn.us
Wed, 30 Oct 2002 14:25:50 -0600
The following should give you a red fill with a 3 pixel wide black
outline.
SYMBOL
NAME 'circle'
TYPE ELLIPSE
POINTS 1 1 END
FILLED TRUE
END
LAYER
...
CLASS
COLOR 255 0 0
OVERLAYOUTLINECOLOR 0 0 0
OVERLAYOUTLINESYMBOL 'circle'
OVERLAYOUTLINESIZE 3
END
END
>>> <jef.mony@free.fr> 10/30/02 10:45AM >>>
Hi everybody,
Is it possible to chose the thickness of the outline for a polygone
layer ?
In this case how ?
Thanks.