How to set line width for a polygon layer.

Luca Manganelli luca76 at GMAIL.COM
Wed Sep 13 09:32:36 EDT 2006


Hi,

I have a poligon layer. I want it to be filled empty and to have a
line with 3 pixels in width.

The FAQ:

http://mapserver.gis.umn.edu/docs/faq/linewidth

didn't work for me. At least, it works only with line layers, not for polygons.

Here's my solution:


	LAYER
		NAME "blabla"
		DATA "blabla"
		TYPE POLYGON
		STATUS OFF
		TEMPLATE void
		CLASS
			NAME "blabla"
			SIZE 3
			STYLE
				SYMBOL 'solid'
				OUTLINECOLOR 255 0 0
			END
		END
	END

HTH.



More information about the mapserver-users mailing list