Opened 20 years ago

Last modified 16 years ago

#1036 closed defect

Filled vector symbols don't respect the -99 convention — at Initial Version

Reported by: v@… Owned by: sdlime
Priority: high Milestone:
Component: MapServer C Library Version: unspecified
Severity: normal Keywords:
Cc:

Description

From what I understood from the docs, specifying -99 (or a negative number) 
cuts a vector and starts another one. This only works for non filled vector 
symbols. If I set filled to true, the symbol draws the -XX point.

Compare:

SYMBOL
        NAME "carretera1"
        TYPE VECTOR
        POINTS 1 1 3 3 3 2 1 0 1 1 -99 -99 4 2 6 4 6 3 4 1 4 2 END
        FILLED FALSE
END

With:

SYMBOL
        NAME "carretera1"
        TYPE VECTOR
        POINTS 1 1 3 3 3 2 1 0 1 1 -99 -99 4 2 6 4 6 3 4 1 4 2 END
        FILLED TRUE
END

I'm currently using 4.4 beta1

Change History (0)

Note: See TracTickets for help on using tickets.