I have a simple arrowhead defined like so

STYLE
    SYMBOL 'horiz-line' 
    ANGLE [Az] 
    SIZE [Rate]
    COLOR 255 255 255
    WIDTH 1
END
STYLE
    ANGLE [Az]
    GEOMTRANSFORM "end"
    SYMBOL "to"
    COLOR 255 255 255
    WIDTH 8
END

SYMBOL
    NAME "horiz-line"
    TYPE vector
    POINTS
        0 0
        1 0
    END
END

SYMBOL
    NAME "to"
    TYPE vector
    POINTS
        0 0
        1 0.5
        0 1
    END
END

I have attached two images: arr.png and arr_zoom.png. They show the problem. My arrows have little whiskers coming out from behind the arrowhead. How can I get a clean symbol?

Puneet.
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to