<HTML dir=ltr><HEAD><TITLE>Re: [OpenLayers-Users] Circles</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6001.18148" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText95285 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>right, changing a points radius in the style makes the marker that represents a point larger, but it isnt a "Circle" Feature because it remains the same size when u zoom in and out.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>oracle has a WKT outputer that makes a CURVEPOLYGON(# #,# #,# #,# #) or some such nonsence to represent circles. the problem is that it isnt part of the WKT spec so nothing supports it.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>I'd change it to a format that is supported,</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>but i can't find anything in any format that can represent a circle.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>Anybody know if it would be a daunting task to add CURVEPOLYGON support to the WKT parser?</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> users-bounces@openlayers.org on behalf of Lehtonen, Mika<BR><B>Sent:</B> Tue 12/2/2008 2:23 PM<BR><B>To:</B> Didrik Pinte<BR><B>Cc:</B> users@openlayers.org<BR><B>Subject:</B> Re: [OpenLayers-Users] Circles<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Hi Didrik,<BR><BR>I guess the points are still points regardless of their style? So you<BR>can't use their geometry as a replacement of a circle?<BR><BR>- mika -<BR><BR>Didrik Pinte kirjoitti:<BR>&gt; On Tue, 2008-12-02 at 08:27 -0500, Heidt, Christopher M. wrote:<BR>&gt;&nbsp;&nbsp;<BR>&gt;&gt; Probably a dumb question, but how can I create a circle feature using<BR>&gt;&gt; the api?<BR>&gt;&gt;<BR>&gt;&gt; I'm hoping you're not going to say I have to generate a bunch of<BR>&gt;&gt; points an make a polygon :(<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&gt;<BR>&gt; Using a point with a style using a radius will do it fine.<BR>&gt;<BR>&gt; For example :<BR>&gt; <A href="http://openlayers.org/dev/examples/stylemap.html">http://openlayers.org/dev/examples/stylemap.html</A><BR>&gt;<BR>&gt; Didrik<BR>&gt;&nbsp;&nbsp;<BR>&gt; ------------------------------------------------------------------------<BR>&gt;<BR>&gt; _______________________________________________<BR>&gt; Users mailing list<BR>&gt; Users@openlayers.org<BR>&gt; <A href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</A><BR>&gt;&nbsp;&nbsp;<BR>_______________________________________________<BR>Users mailing list<BR>Users@openlayers.org<BR><A href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</A><BR></FONT></P></DIV></BODY></HTML>