Thanks Kishore.
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.

Thanks,
Sucharita



On Sat, Apr 12, 2008 at 5:53 PM, P Kishor <[EMAIL PROTECTED]> wrote:

> On 4/12/08, Sucharita Samuel <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >         I want to draw a circle of 5 km radius around the point I click
> on
> > the map. I am using C# mapscript. Even if you can help me with the php
> code,
> > it will be of great help.
> >
> >
>
> a circle is one of the easiest geometric primitives you can draw.
> Capture the mouse click and you've got your center. Use a standard
> circle equation and you've got what you want. Google for how to draw a
> circle.
>
>
> > Thanks in advance.
> >
> >
> > Regards,
> > Sucharita
> >
> _______________________________________________
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to