CSharp-Mapscript: setSymbolSet doesn't work?!
Tamas Szekeres
szekerest at GMAIL.COM
Fri Jul 21 14:47:24 PDT 2006
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 <C.Wilmes at gmx.de>:
> 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
>
More information about the MapServer-users
mailing list