<div>thanks for the information.</div>
<div> </div>
<div>RG<br><br></div>
<div class="gmail_quote">2009/7/17 Arnd Wippermann <span dir="ltr">&lt;<a href="mailto:arnd.wippermann@web.de">arnd.wippermann@web.de</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div lang="de" dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">Hi,</font></span></div>
<div lang="de" dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2"></font></span> </div>
<div lang="de" dir="ltr" align="left"><span><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 lang="de" dir="ltr" align="left"><span></span><span> </span></div>
<div lang="de" dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">Arnd</font></span></div>
<div lang="de" dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2"></font></span> </div>
<div lang="de" dir="ltr" align="left">
<hr>
</div>
<div lang="de" dir="ltr" align="left"><font face="Tahoma" size="2"><b>Von:</b> <a href="mailto:users-bounces@openlayers.org" target="_blank">users-bounces@openlayers.org</a> [mailto:<a href="mailto:users-bounces@openlayers.org" target="_blank">users-bounces@openlayers.org</a>] <b>Im Auftrag von </b>Valeria Muñoz<br>
<b>Gesendet:</b> Freitag, 17. Juli 2009 21:59<br><b>An:</b> <a href="mailto:users@openlayers.org" target="_blank">users@openlayers.org</a><br><b>Betreff:</b> [OpenLayers-Users] help with vector(circle)<br></font><br></div>

<div>
<div></div>
<div class="h5">
<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[&#39;default&#39;]);<br>  style_blue.strokeColor = linea_color; <br>  style_blue.fillColor = color;<br>  if(opc&gt;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></div></div></div></blockquote></div><br>