Christian,
You have to set the symbol of the styleObj as:
myStyle.symbolname = "mySymbol";
myStyle.symbol = myMap.symbolset.index("mySymbol");
I consider this issue is a bug in mapscript so added:
http://mapserver.gis.umn.edu/bugs/show_bug.cgi?id=1837
Best Regards,
Tamas
2006/7/20, Christian Wilmes <[EMAIL PROTECTED]>:
Hi,
I could not find a soluötion for solving my problem. So I created a simple
Exampels with VS2005. The examples uses a Point-Shape which is together with
everything else in the zip-File. I tried it out with new Layer(myMap) and with
the myMap.insert method. Both of them doesn't work.
Best Regards
Christian