Polygon style with outline width
thomas bonfort
thomas.bonfort at GMAIL.COM
Mon Nov 5 05:05:15 PST 2007
you are using *OUTLINECOLOR* in your second style block ?
tested here by copy pasting the code block i sent you and I'm getting
expected result
tb
On 11/5/07, Luca Manganelli <luca76 at gmail.com> wrote:
> On Nov 5, 2007 1:39 PM, thomas bonfort <thomas.bonfort at gmail.com> wrote:
> > Luca:
> > yes you can, you just have to specify two style blocks
> > LAYER
> > [...CUT...]
> > TYPE POLYGON # FOR FILL COLOR
> > CLASS
> > STYLE
> > COLOR 197 227 252
> > END
> > STYLE
> > SIZE 3
> > SYMBOL 'circle'
> > OUTLINECOLOR 0 0 255
> > END
> > END
> > END
> >
> > if you're using AGG, it's even simpler
> > STYLE
> > COLOR 197 227 252
> >
> > WIDTH 3
> > OUTLINECOLOR 0 0 255
> > END
> >
> > cheers,
> > tb
>
> It doesn't work.
> Instead of seeing an OUTLINE of width 3 pixel and that color, I see
> many circles inside the polygon...
>
More information about the MapServer-users
mailing list