[mapserver-users] arrow head doesn't draw at the end

Puneet Kishor punk.kish at gmail.com
Mon Sep 26 22:12:05 EDT 2011


My arrows look like so -->-- instead of ----> with declarations like so

    SYMBOL
        NAME "vert-line"
        TYPE vector
        POINTS
            0 1
            0 0
        END
    END
 
     SYMBOL
        NAME "up"
        TYPE vector
        POINTS
            0 1
            0.5 0
            1 1
        END
    END
    
    CLASS
        STYLE
            SYMBOL 'vert-line' 
            ANGLE [az] 
            SIZE [rate]
            COLOR 0 0 0
            WIDTH 1
        END
        STYLE
            SYMBOL "up"
            ANGLE [az]
            SIZE 5
            GEOMTRANSFORM "end"
            COLOR 0 0 0
        END
    END

But, at least the arrow heads are aligned correctly. Because, if I use "ANGLE auto" as prescribed in the docs instead of "ANGLE [az]" as shown above, my arrows draw like so --^--. The heads are always pointed up, and are in the middle.

Suggestions?

--
Puneet Kishor


More information about the mapserver-users mailing list