antialias lines

SUBSCRIBE MAPSERVER-USERS Rodrigo Haas rodrigohaas at GMAIL.COM
Wed Sep 12 23:37:15 EDT 2007


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



More information about the mapserver-users mailing list