Berend,

It doesn't seem to be implemented in the code.
You might want to file a ticket so as to stay with this end in view.

Best regards,

Tamas




2009/2/19 Berend Veldkamp <[email protected]>

> Hi,
>
> I'm using CSharp mapscript to define some symbols, for instance a hatch:
>
> symbolObj result = new symbolObj("hatch", null);
> result.type = (int)MS_SYMBOL_TYPE.MS_SYMBOL_HATCH;
> map.symbolset.appendSymbol(result);
>
> when I call msmap.symbolset.save(), the symbol will have the following
> definition:
>
> SYMBOL
>  NAME "hatch"
> END
>
> As you can see, "TYPE HATCH" is missing. Mapserver then says: "Symbol
> of type VECTOR or ELLIPSE has no point data"
>
> Any ideas? I'm using FWTools 2.3.1 (MS 5.3-dev)
>
> Regards, Berend
> _______________________________________________
> mapserver-users mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to