Hi,

I try to have a set like this:

  LEGEND
    IMAGECOLOR 255 255 255

using a python mapscript code.

My code is this:

    msMap = mapscript.mapObj()
   ....
    legendColor = mapscript.colorObj(255,255,255,0)
    msMap.legend.imagecolor=legendColor

But the mapfile dont have the

    IMAGECOLOR 255 255 255

Is imagecolor supported in the python mapscript ?

Thx,

-- 
-----------------
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-----------------
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to