<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>PanZoomSlide control: panning with a slide</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>I would like to contribute with this control. It's a modified PanZoom control that just pans sliding the map smoothly instead of in a single step.<BR>
<BR>
I called it PanZoomSlide.<BR>
<BR>
To do the animation I used the example in www.hesido.com, and the 2 small original functions that I used remain with his identification in the header.<BR>
He encourages others to use his examples but there is no mention of license type. Anyway there are hundreds of variations of the same simple slide effect. So if there's a problem (which I don't think there is) it is always possible to use something else - even rico in a manner similar to corner.js. Or even reinvent the wheel...<BR>
<BR>
Anyway PanZoomSlide.js is only 6.84Kb. Original PanZoom.js is 4.5Kb.<BR>
<BR>
To use:<BR>
&nbsp;- include PanZoomSlide.js after OpenLayers.js<BR>
&nbsp;- create a PanZoomSlide control just like you would a PanZoom:<BR>
map.addControl(new OpenLayers.Control.PanZoomSlide());<BR>
<BR>
That's it.<BR>
<BR>
I'm not sure if OpenLayer team finds this worthwhile. If it is tell me how to send the file.<BR>
<BR>
Regards,<BR>
Duarte</FONT>
</P>

</BODY>
</HTML>