<div>Hi i want to use the getZoomForExtent() function to set the zoom level in a map, i have two points the one with the max longitude and the one with max latitude </div>
<div>point1:(-88.530255,13.6920867)</div>
<div>point2:(-88.69996,13.7854783)</div>
<div>(longitude,latitude)</div>
<div>so i tried using OpenLayers.Bounds() like this:</div>
<div> </div>
<div><strong>getZoomForExtent(new Openlayers.Bounds(-88.69996,13.6920867,-88.530255,13.7854783))</strong></div>
<div>but i doesn&#39;t work, my idea is to use map.setcenter function to set the center and zoom for the map like this</div>
<div> </div>
<div><strong>map.setCenter(new OpenLayers.LonLat(-88.7544446426224,13.6255370441885),<font color="#ff0000">getZoomForExtent(new Openlayers.Bounds(-88.69996,13.6920867,-88.530255,13.7854783))</font>);</strong></div>
<div>anyone could help me? i have no idea what is my mistake, ty vm</div>
<div> </div>
<div>Carlos.-</div>
<div><br> </div>