I just noticed the ratio field and was about to mention that.<br><br>It seems there is still a bit of a buffer for me though.<br><br>Here's what I do:<br><br>var bbox = new OpenLayers.Bounds(-145,25,-25,75);<br>map2 = new
OpenLayers.Map('map2', {maxExtent: bbox, controls: [new OpenLayers.Control.PanZoom(), new OpenLayers.Control.MouseToolbar(new OpenLayers.Pixel(6,150))] });<br><br>var wms2 = new OpenLayers.Layer.WMS.Untiled( "Borders", bdr_url, {layers: 'OpenLayers', format:"image/png"});
<br>wms2.ratio = 1; <br>map2.addLayer(wms2);<br><br>Then, when I view the image location, the bbox is: -162.5,10.029297,-27.5,69.970703.<br><br>It's the same every time.<br>My site is at <a href="http://niceguy.wustl.edu/openlayers">
http://niceguy.wustl.edu/openlayers</a>. It's a visual comparison tool for different emissions data. Ignore the big pink image if it's there. <br>The bottom two images should work where you can see the image request.
<br><br>Any ideas?<br><br><br><br>