[mapserver-users] Can't remove artifacts aroung polygons with Mapserver 6.0.3

efujioka efujioka at DUKE.EDU
Wed Oct 23 13:11:21 PDT 2013


Thank you for a swift reply.

Unfortunately, adding OUTLINEWIDTH 1 does not seem to have any effect. The
artifacts still appear.

Here is an excerpt of the SYMBOL and STYLE for the polygons.

SYMBOL
	NAME "square"
	TYPE VECTOR
	FILLED TRUE
	POINTS
		0 0
		1 0
		1 1
		0 1
	END
END

 CLASS
  NAME "level1"
  EXPRESSION ([num_records] <= 10 and [num_records] > 5)
  STYLE
    ANGLE 0
    COLOR 0 255 0
    OFFSET 0 0
    OUTLINECOLOR 0 255 0
    OUTLINEWIDTH 1
    SYMBOL "square"
  END # STYLE
  TITLE "5-10"
END # CLASS


Any thoughts?




--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Can-t-remove-artifacts-aroung-polygons-with-Mapserver-6-0-3-tp5085423p5085441.html
Sent from the Mapserver - User mailing list archive at Nabble.com.


More information about the mapserver-users mailing list