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 <[EMAIL PROTECTED]> wrote: > On Nov 5, 2007 1:39 PM, thomas bonfort <[EMAIL PROTECTED]> 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... >
