Polygon style with outline width

Luca Manganelli luca76 at GMAIL.COM
Mon Nov 5 07:55:41 EST 2007


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