Berend,<br><br>It doesn't seem to be implemented in the code.<br>You might want to file a ticket so as to stay with this end in view.<br><br>Best regards,<br><br>Tamas<br><br><br><br><br><div class="gmail_quote">2009/2/19 Berend Veldkamp <span dir="ltr"><<a href="mailto:b.veldkamp@zonnet.nl">b.veldkamp@zonnet.nl</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
I'm using CSharp mapscript to define some symbols, for instance a hatch:<br>
<br>
symbolObj result = new symbolObj("hatch", null);<br>
result.type = (int)MS_SYMBOL_TYPE.MS_SYMBOL_HATCH;<br>
map.symbolset.appendSymbol(result);<br>
<br>
when I call msmap.symbolset.save(), the symbol will have the following<br>
definition:<br>
<br>
SYMBOL<br>
  NAME "hatch"<br>
END<br>
<br>
As you can see, "TYPE HATCH" is missing. Mapserver then says: "Symbol<br>
of type VECTOR or ELLIPSE has no point data"<br>
<br>
Any ideas? I'm using FWTools 2.3.1 (MS 5.3-dev)<br>
<br>
Regards, Berend<br>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</blockquote></div><br>