<div>I have a legacy mapping system that I am trying to convert to openlayers.&nbsp; MG.&nbsp; It is bad.</div>
<div>&nbsp;</div>
<div>Anyway, I have the following dimensions of a 600 X 600 window.</div>
<div><font color="#008000" size="2">
<p>var bounds = new OpenLayers.Bounds(-122.1655, 42.9507, -122.1077, 43.008);</p>
<p><font color="#000000">I need the four lat/lon corners to be exactly these numbers at a certain zoom level.&nbsp; What would I set as the resolution in the resolution array to get this?</font></p>
<p><font color="#000000">My resolution array is the following:</font></p><font color="#008000" size="2">
<p>var layerResolutions = [0.703125,0.17578125,0.0439453125,0.0054931640625,0.0006866455078125,0.000171661376953125,0.0000858306884765625,0.00004291534423828125,0.000021457672119140625,0.000010728836059570312];</p>
<p><font color="#000000">Thanks in advance,</font></p>
<p><font color="#000000">Linda Rawson</font></p></font></font></div>