<font size=2 face="sans-serif">Hi all,</font>
<br>
<br><font size=2 face="sans-serif">I have problem when drawing circles
on google map layer.</font>
<br>
<br><font size=2 face="sans-serif">I simply edit this google example</font>
<br>
<br><a href=http://www.openlayers.org/dev/examples/google.html><font size=2 face="sans-serif">http://www.openlayers.org/dev/examples/google.html</font></a>
<br>
<br><font size=2 face="sans-serif">for drawing circle I added</font>
<br>
<br><font size=2 face="sans-serif">polygonLayer = new OpenLayers.Layer.Vector(&quot;Polygon
Layer&quot;);</font>
<br>
<br><font size=2 color=#820040 face="Courier New"><b>var</b></font><font size=2 face="Courier New">
polyOptions = {</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; sides :40</font>
<br><font size=2 face="Courier New">};</font>
<br>
<br><font size=2 face="sans-serif">&nbsp;polygonControl = new OpenLayers.Control.DrawFeature(polygonLayer,
OpenLayers.Handler.RegularPolygon, {</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; handlerOptions :polyOptions</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; });</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; </font>
<br><font size=2 face="sans-serif">map.addControl(polygonControl);</font>
<br>
<br>
<br><font size=2 face="sans-serif">after this circles drawn as expected
&nbsp;but when panning up and down side on &nbsp;map , circles positions
are broken.</font>
<br>
<br><font size=2 face="sans-serif">Any solution for this</font>
<br><font size=2 face="sans-serif">Thanks.</font>