hi all
I am developing mapserver and
asp.net and my database is shapefile
i have problem when change color object line
EX: layer DNO_th2 is Line
objMapServer = new mapObj(strFile);
layerObj objlayer = objMapServer.getLayerByName("DNO_th2");
objlayer.open();
shapeObj objshap = objlayer.getFeature(431, -1);
How can i change color this object to orther color ?