The lines look a lot better thin, with the your changes below. Thanks. I still have not figured out how to antialias lines with a larger width or size, but will not need to use it immediatedly anyway, since I'm now satisfied with the look of my map.
Bailey Landress -----Original Message----- From: UMN MapServer Users List [mailto:[EMAIL PROTECTED] On Behalf Of SUBSCRIBE MAPSERVER-USERS Rodrigo Haas Sent: Wednesday, September 12, 2007 10:37 PM To: MAPSERVER-USERS@LISTS.UMN.EDU Subject: Re: [UMN_MAPSERVER-USERS] antialias lines Hellow Bailey! Try this: ############################################### IMAGETYPE PNG24 SYMBOL NAME 'cartoline' TYPE CARTOLINE LINECAP round LINEJOIN round LINEJOINMAXSIZE 3 END LAYER NAME "Contours" STATUS on TYPE LINE DATA "Contours" #SYMBOLSCALE 24000 #TRANSPARENCY alpha CLASS NAME "Contours" STYLE COLOR 0 0 0 SYMBOL "cartoline" ANTIALIAS TRUE #WIDTH 2 END END END ################################################ Good Luck! ;) Rodrigo Haas