<div dir="ltr">Dear Steve,<div><br></div><div>How do you change the radius of the circle dynamically ? Can you elaborate more on this ?</div><div><br></div><div>My team is also trying to do the same thing like Ramya...</div>
<div><br></div><div>We have tried using the method Sucharita has suggested and it is working... But it appears that your method may be simpler... But we are not able to draw a circle with radius to be set dynamically...</div>
<div><br></div><div>Thanks,</div><div><br></div><div>--AD<br><br><div class="gmail_quote">On Tue, Sep 9, 2008 at 12:03 AM, Steve Lime <span dir="ltr"><<a href="mailto:Steve.Lime@dnr.state.mn.us">Steve.Lime@dnr.state.mn.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Create a layer in your mapfile like so:<br>
<br>
SYMBOL<br>
  NAME 'circle'<br>
  TYPE ELLIPSE<br>
  FILLED TRUE<br>
  POINTS 1 1 END<br>
END<br>
<br>
LAYER<br>
  NAME 'myPoiint'<br>
  TYPE POINT<br>
  STATUS OFF<br>
  CLASS<br>
    STYLE<br>
      COLOR 255 0 0<br>
      SIZE 15<br>
    END<br>
  END<br>
END<br>
<br>
Then in your script, the steps would be like so:<br>
<br>
1) get the 'myPoint' layer<br>
2) add a point feature to it<br>
3) set the STATUS appropriately<br>
<br>
Now draw as normal. Assuming the point is in map coordinates you should see a red circle at the location<br>
you specified.<br>
<br>
Steve<br>
<br>
>>> On 9/8/2008 at 11:15 AM, in message<br>
<<a href="mailto:3702658f0809080915y38b42472le294cbda8e40b45e@mail.gmail.com">3702658f0809080915y38b42472le294cbda8e40b45e@mail.gmail.com</a>>, "ramya<br>
srinivasan" <<a href="mailto:hellomps@gmail.com">hellomps@gmail.com</a>> wrote:<br>
> Hi,<br>
> iam using php/mapscript.I will have to display the point clicked by the user<br>
> on the map. This is my task.Can u pls help me<br>
><br>
> On Mon, Sep 8, 2008 at 9:18 PM, Steve Lime <<a href="mailto:Steve.Lime@dnr.state.mn.us">Steve.Lime@dnr.state.mn.us</a>>wrote:<br>
<div><div></div><div class="Wj3C7c">><br>
>> Can you explain a bit more about your environment (CGI vs. MapScript),<br>
>> context of the need etc...?<br>
>><br>
>> The easiest path will likely involve a point layer that you'll populate<br>
>> dynamically (with the click coordinate) and then display that point with a<br>
>> circle symbol. You can scale that symbol appropriately using a style SIZE<br>
>> and SIZEUNITS.<br>
>><br>
>> Steve<br>
>><br>
>> >>> "ramya srinivasan" <<a href="mailto:hellomps@gmail.com">hellomps@gmail.com</a>> 09/07/08 10:51 AM >>><br>
>> Hi all,<br>
>>  * I want to draw a circle with the center clicked by the user on the<br>
>> map.Can anyone help me??*<br>
>> **<br>
>> *Thanks*<br>
>><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>
</div></div></blockquote></div><br></div></div>