<div>I think I need to do&nbsp;something similar to what this guy has been doing -&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://trac.openlayers.org/ticket/889" target="_blank">http://trac.openlayers.org/ticket/889
</a>&nbsp;but I am unsure.</div>
<div>&nbsp;</div>
<div>What is boils down to is I need the user to see a 600px X 600px map.</div>
<div>&nbsp;</div>
<div>The map should be projected in 4326.</div>
<div>&nbsp;</div>
<div>The &quot;lat/lon viewport&quot; should be able to be converted to UTM.&nbsp; When converted to UTM the image should relate to 1200 meters X 1200 meters.</div>
<div>&nbsp;</div>
<div>I have these lat/lon coordinates.</div>
<div>&nbsp;</div>
<div>&nbsp;ullon = -90.0685495;<br>&nbsp;ullat = 38.6246312;<br>&nbsp;lrlon = -90.0552241;<br>&nbsp;lrlat = 38.6134851;<br>&nbsp;</div>
<div>If I convert to UTM using the formulas here -&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.koders.com/javascript/fid1D029A7E5070579F0F6B6CF3A9115FB82E0AFD69.aspx" target="_blank">http://www.koders.com/javascript/fid1D029A7E5070579F0F6B6CF3A9115FB82E0AFD69.aspx 
</a></div>
<div>&nbsp;</div>
<div>&nbsp;zone = Math.floor(((lon + 180) / 6) + 1);<br>&nbsp;</div>
<div>I get the following in UTM</div>
<div>&nbsp;</div>
<div>ul 755199.9576653754,4279199.867093539 lr 756400.339594843,4278000.552061474</div>
<div>&nbsp;</div>
<div>ULLatUTM - LRLatUTM = 1200</div>
<div>ULLonUTM = LRLonUTM = 1200</div>
<div>&nbsp;</div>
<div>But I can never get the map to display this box in the &quot;viewport&quot;.&nbsp; I can never seem to get the resolution right.&nbsp;The closest I can come is 1200 X 1000 meters per pixel.&nbsp; What can I do to return a &quot;square&quot; image?
</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>Linda Rawson</div>
<div>&nbsp;</div>
<div>&nbsp;</div><span class="sg">
<div>&nbsp;</div></span>