<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Minor correction below, in bold.<div><br><div><div>On Mar 3, 2009, at 11:13 AM, I wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>I hope I can explain this reasonably well.<br><br>I have some raster data I'd like to layer into an OpenLayers map.<br><br>In one case, I'd like to send the full frame image upon completion of &nbsp;<br>a user drag. So if I have a 200 x 200 map showing (so 0,0,200,200), &nbsp;<br>and a user clicks in it and drags 50 pixels right and 20 down, I'd &nbsp;<br>like for OpenLayers to be able to ask for an image that is &nbsp;<br><b>50,20,250,220</b>, thus filling in the whole visible frame with an &nbsp;<br>entirely new image. Does that make sense and is that possible?<br><br>Also, can OpenLayers communicate moved-x-pixels and moved-y-pixels in &nbsp;<br>it's request for an image at some event like onDragEnd. (Obviously, &nbsp;<br>I'm just making up var and event names to try to get the idea across.)<br><br>I do know a real tiled image server of some kind would be more &nbsp;<br>efficient, but that's not yet possible in my case.<br><br>Thanks, and (as always) I'm sorry if this is a hideously uninformed &nbsp;<br>question. :)</div></blockquote></div></div></body></html>