<div>Thanks Luis for your replay... </div>
<div> </div>
<div>Only the fact that i was having wrong approach and hence my question was also wrong..</div>
<div> </div>
<div>I feel I should share with you what I was trying to do...</div>
<div> </div>
<div>1) Load the map</div>
<div>2) Have a click event on map shapes.</div>
<div>3) Highlight the selected shape with making border of different color.</div>
<div>4) Show the map again.</div>
<div> </div>
<div>This I achieved using Map Script and PHP... I used a templayer to copy the shapes from original map layer on the templayer on mouse click, create the image of templayer and pasted it on original map... For templayer I selected the outlinecolor to RED instead of default color... This did the trick...</div>

<div><br><br> </div>
<div class="gmail_quote">On Mon, Apr 7, 2008 at 10:46 PM, Luis Treviņo <<a href="mailto:ltrevinoh@gmail.com">ltrevinoh@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">you can try something like this:<br><br>LAYER<br> NAME "layername"<br> TYPE polygon<br> ...<br> CLASS<br>
  STYLE<br>    COLOR 255 255 0<br>    OUTLINECOLOR 255 0 0<br>    WIDTH 4<br>  END<br> END<br>END<br><br>regards,<br>Luis<br><br><br>2008/4/5, Atul Dravid <<a href="mailto:atul.dravid@iworktech.com">atul.dravid@iworktech.com</a>>:<br>

<div>
<div></div>
<div class="Wj3C7c">> Dear All,<br>><br>> I am developing mapserver based application on Windows platform. The map is<br>> rendered properly as per the tutorial. Also I can also capture the shape in<br>> the layer on which user is clicking the mouse. I would like the border of<br>
> this shape to be converted to Red color and with more thickness.<br>><br>> Anyone has done this ?<br>><br>> Thanks in advance,<br></div></div>> _______________________________________________<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>
><br>><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>