[Mapserver-users] TrueType Symbols

Prashant Desai Prashant Desai" <prashant.desai@maptext.com
Thu, 1 May 2003 13:54:02 -0400


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 "&#65;"
 END

_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users