David,
after a quick look it seems that the API is there, although I am not
entirely sure whether it is stable or tested.

in pseudocode:

symbol=new symbolObj()
//set attributes of symbol
map->symbolset.append(symbol)

Regards,
Umberto


On Wed, Sep 24, 2008 at 10:09 PM, Fawcett, David
<[EMAIL PROTECTED]> wrote:
> In Python mapscript, is it possible to construct a vector symbol, like a
> circle, without referencing a mapfile or a symbolset file?
>
> Essentially, build this in code:
>
> SYMBOL
>  NAME 'circle'
>  TYPE ELLIPSE
>  POINTS 1 1 END
>  FILLED TRUE
> END
>
> If so, a few lines of code would be greatly appreciated...
>
> David.
> _______________________________________________
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to