<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left><SPAN 
class=656441722-17072009><FONT face=Arial color=#0000ff 
size=2>Hi,</FONT></SPAN></DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left><SPAN 
class=656441722-17072009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left><SPAN 
class=656441722-17072009><FONT face=Arial color=#0000ff size=2>The circles you 
are seeing are symbols for the point features and no map objects. You have 
to use OpenLayers regularpolygon to draw a circle.</FONT></SPAN></DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left><SPAN 
class=656441722-17072009></SPAN><SPAN 
class=656441722-17072009> </SPAN></DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left><SPAN 
class=656441722-17072009><FONT face=Arial color=#0000ff 
size=2>Arnd</FONT></SPAN></DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left><SPAN 
class=656441722-17072009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left>
<HR tabIndex=-1>
</DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left><FONT face=Tahoma 
size=2><B>Von:</B> users-bounces@openlayers.org 
[mailto:users-bounces@openlayers.org] <B>Im Auftrag von </B>Valeria 
Muņoz<BR><B>Gesendet:</B> Freitag, 17. Juli 2009 21:59<BR><B>An:</B> 
users@openlayers.org<BR><B>Betreff:</B> [OpenLayers-Users] help with 
vector(circle)<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV>Hi</DIV>
<DIV>     i have a problem with vector, i draw a 
point(circle) in my map with this code:</DIV>
<DIV> </DIV>
<DIV>  var style_blue = OpenLayers.Util.extend({}, 
OpenLayers.Feature.Vector.style['default']);<BR>  style_blue.strokeColor = 
linea_color; <BR>  style_blue.fillColor = color;<BR>  
if(opc>0)<BR>   style_blue.fillOpacity=opc;<BR>  
else<BR>   style_blue.fillOpacity=0.4;  <BR>  
style_blue.stroke=false;<BR>  style_blue.pointRadius=radio;</DIV>
<DIV>  var points = new 
OpenLayers.Geometry.Point(lon_circulo,lat_circulo);<BR>  pointFeature = new 
OpenLayers.Feature.Vector(points, null, style_blue);<BR>  
vectorLayer.addFeatures([pointFeature]);</DIV>
<DIV> </DIV>
<DIV>this code draw the circle but my problem is that the circle does not fit to 
the zoom of the map, always has the same radio and what I need is to fit the map 
and as the zoom is the highest circle is also.</DIV>
<DIV> </DIV>
<DIV>do you know how can i do this?</DIV>
<DIV> </DIV>
<DIV>RG</DIV></BODY></HTML>