[mapserver-users] little whiskers on my arrows

Mr. Puneet Kishor punk.kish at gmail.com
Wed Sep 21 21:51:57 PDT 2011


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20110921/b399c0e8/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arr_zoom.png
Type: image/png
Size: 7128 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20110921/b399c0e8/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arr.png
Type: image/png
Size: 2442 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20110921/b399c0e8/attachment-0001.png>


More information about the MapServer-users mailing list