Opened 14 years ago

Closed 14 years ago

#3203 closed defect (fixed)

character definition in symbol File doesn't work correct for polygons

Reported by: bjpfei Owned by: tbonfort
Priority: normal Milestone: 5.6 release
Component: AGG Version: 5.4
Severity: major Keywords:
Cc:

Description

Defining the character with the character number (eg h) in the SYMBOL-definition doesn't work anymore with MS5, agg and Polygon Layer?

When defining the symbol like this:

SYMBOL

        NAME "fels"
        TYPE TRUETYPE
        FONT av93
        Filled true
        ANTIALIAS TRUE
        CHARACTER "h"
END

I get a &-Symbol in my polygons.

When defining the symbol like this

SYMBOL
        NAME "fels"
        TYPE TRUETYPE
        FONT av93
        Filled true
        ANTIALIAS TRUE
        CHARACTER "h"
END

it works. For point symbols the definition with &#104 is also working. But not for polygon symbols. When using png as outputformat I also get a correct map.

Thx

Michael

Change History (1)

comment:1 by tbonfort, 14 years ago

Resolution: fixed
Status: newclosed

fix committed in r9540

Note: See TracTickets for help on using tickets.