[Mapserver-users] TrueType Symbols
Prashant
Prashant
Thu May 1 10:54:02 PDT 2003
Hi,
Is there a known problem in using TrueType symbols in MapServer version
3.6.4?
The symbol definition in my mapfile is given below. I tried to debug and
found that it is successfully able to recognize type ELLIPSE and VECTOR, but
when it comes to TRUETYPE, it stores 0 in the symbol->type
Any help on this will be appreciated.
Regards,
SYMBOL
NAME "circle"
TYPE ELLIPSE
POINTS 1 1 END
FILLED TRUE
END
SYMBOL
NAME "triangle"
TYPE vector
POINTS
0 2
1 0
2 2
0 2
END
END
SYMBOL
NAME "s1"
TYPE TRUETYPE
FONT arial
FILLED true
ANTIALIAS true
CHARACTER "A"
END
More information about the MapServer-users
mailing list