<!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>&nbsp;</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&nbsp;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>&nbsp;</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>&nbsp;</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>&nbsp;&nbsp;&nbsp;&nbsp; i have a problem with vector, i draw a 
point(circle) in my map with this code:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; var style_blue = OpenLayers.Util.extend({}, 
OpenLayers.Feature.Vector.style['default']);<BR>&nbsp; style_blue.strokeColor = 
linea_color; <BR>&nbsp; style_blue.fillColor = color;<BR>&nbsp; 
if(opc&gt;0)<BR>&nbsp; &nbsp;style_blue.fillOpacity=opc;<BR>&nbsp; 
else<BR>&nbsp; &nbsp;style_blue.fillOpacity=0.4;&nbsp; <BR>&nbsp; 
style_blue.stroke=false;<BR>&nbsp;&nbsp;style_blue.pointRadius=radio;</DIV>
<DIV>&nbsp; var points = new 
OpenLayers.Geometry.Point(lon_circulo,lat_circulo);<BR>&nbsp; pointFeature = new 
OpenLayers.Feature.Vector(points, null, style_blue);<BR>&nbsp; 
vectorLayer.addFeatures([pointFeature]);</DIV>
<DIV>&nbsp;</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>&nbsp;</DIV>
<DIV>do you know how can i do this?</DIV>
<DIV>&nbsp;</DIV>
<DIV>RG</DIV></BODY></HTML>