Hi all,

I have problem when drawing circles on google map layer.

I simply edit this google example

http://www.openlayers.org/dev/examples/google.html

for drawing circle I added

polygonLayer = new OpenLayers.Layer.Vector("Polygon Layer");

var polyOptions = {
                sides :40
};

 polygonControl = new OpenLayers.Control.DrawFeature(polygonLayer, 
OpenLayers.Handler.RegularPolygon, {
                handlerOptions :polyOptions
        });
 
map.addControl(polygonControl);


after this circles drawn as expected  but when panning up and down side on 
 map , circles positions are broken.

Any solution for this
Thanks.
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to