no legendgraphic for class with (colored) TEXT as a symbol

Huub Fleuren hfl at HOME.NL
Thu Jan 5 11:31:42 EST 2006


Hi list,

I have a points layer that will show as big 14 point orange arial_bold 
B's if its PROJECTSOORT = 200

This goes allright

The problem is that the legendgraphic request doesn't show this B, nor 
its color, nothing in fact.

If I insert a SYMBOL (e.g. a big point) the legendgraphic gives me the 
symbol but the point will cover the B when showing the layer

Could it be that the LABEL keyword interferes with the instruction for 
the label in the legend

 CLASS
   TEXT "B"
   EXPRESSION ([PROJECTSOORT] = 200)
   NAME "Bouwlocatie"
   LABEL
     SIZE 14
     POSITION CC
     COLOR 255 100 0
     TYPE TRUETYPE
     FONT arial_bold
     ANTIALIAS false
     BUFFER 0
     FORCE true
   END
 END

Huub



More information about the mapserver-users mailing list