<div>Thanks Luis for your replay... </div>
<div>&nbsp;</div>
<div>Only the fact that i was having wrong approach and hence my question was also wrong..</div>
<div>&nbsp;</div>
<div>I feel I should share with you what I was trying to do...</div>
<div>&nbsp;</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>&nbsp;</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>&nbsp;</div>
<div class="gmail_quote">On Mon, Apr 7, 2008 at 10:46 PM, Luis Treviņo &lt;<a href="mailto:ltrevinoh@gmail.com">ltrevinoh@gmail.com</a>&gt; 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>&nbsp;NAME &quot;layername&quot;<br>&nbsp;TYPE polygon<br>&nbsp;...<br>&nbsp;CLASS<br>
&nbsp; STYLE<br>&nbsp; &nbsp; COLOR 255 255 0<br>&nbsp; &nbsp; OUTLINECOLOR 255 0 0<br>&nbsp; &nbsp; WIDTH 4<br>&nbsp; END<br>&nbsp;END<br>END<br><br>regards,<br>Luis<br><br><br>2008/4/5, Atul Dravid &lt;<a href="mailto:atul.dravid@iworktech.com">atul.dravid@iworktech.com</a>&gt;:<br>

<div>
<div></div>
<div class="Wj3C7c">&gt; Dear All,<br>&gt;<br>&gt; I am developing mapserver based application on Windows platform. The map is<br>&gt; rendered properly as per the tutorial. Also I can also capture the shape in<br>&gt; the layer on which user is clicking the mouse. I would like the border of<br>
&gt; this shape to be converted to Red color and with more thickness.<br>&gt;<br>&gt; Anyone has done this ?<br>&gt;<br>&gt; Thanks in advance,<br></div></div>&gt; _______________________________________________<br>&gt; &nbsp;mapserver-users mailing list<br>
&gt; &nbsp;<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>&gt; &nbsp;<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
&gt;<br>&gt;<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>