Thanks Kishore. <br>I think I should have elaborated my query. I need to create a shapeObject which will hold the circle to be drawn (That part is done). This shapeobject then is to be rendered onto the mapobject which is already present on the web page. The only problem I am facing is even though my circle is created, it is not getting rendered onto the web page over the map. Can you please help me with this.<br>
<br>Thanks,<br>Sucharita<br><br><br><br><div class="gmail_quote">On Sat, Apr 12, 2008 at 5:53 PM, P Kishor &lt;<a href="mailto:punk.kish@gmail.com">punk.kish@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On 4/12/08, Sucharita Samuel &lt;<a href="mailto:iworktech.sucharita@gmail.com">iworktech.sucharita@gmail.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; I want to draw a circle of 5 km radius around the point I click on<br>
&gt; the map. I am using C# mapscript. Even if you can help me with the php code,<br>
&gt; it will be of great help.<br>
&gt;<br>
&gt;<br>
<br>
</div>a circle is one of the easiest geometric primitives you can draw.<br>
Capture the mouse click and you&#39;ve got your center. Use a standard<br>
circle equation and you&#39;ve got what you want. Google for how to draw a<br>
circle.<br>
<div class="Ih2E3d"><br>
<br>
&gt; Thanks in advance.<br>
&gt;<br>
&gt;<br>
&gt; Regards,<br>
&gt; Sucharita<br>
&gt;<br>
</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>
</blockquote></div><br>