Opened 13 years ago

Last modified 13 years ago

#3825 closed defect

OFFSET x y not working with AGG — at Initial Version

Reported by: zanollim Owned by: tbonfort
Priority: normal Milestone: 6.0 release
Component: AGG Version: unspecified
Severity: normal Keywords:
Cc:

Description

If I use simple line rendering [mapserver-6.0.0-beta5], the OFFSET x y works correctly.

If I use a little more complex line rendering like this, the OFFSET x y seems not work:

Here the symbol definition

SYMBOL
    NAME "1.06.01"
    TYPE vector
    POINTS
        1 1.2
        1 0
        -99 -99
        2 1.2
        2 .8
    END
END

Here the map style

STYLE
    SYMBOL "1.06.01"
    COLOR 0 0 0
    SIZE 20
    WIDTH 1
    OFFSET -10 -99 # does not work
END

Change History (0)

Note: See TracTickets for help on using tickets.