Changeset 6497 for trunk/openlayers/examples/animated_panning.html
- Timestamp:
- 03/12/08 10:51:37 (10 months ago)
- Files:
-
- trunk/openlayers/examples/animated_panning.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/animated_panning.html
r6411 r6497 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>Animated Panning of the Map via map.panTo</title>3 <title>Animated Panning of the Map via map.panTo</title> 4 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 5 5 <style type="text/css"> … … 85 85 <body onload="init()"> 86 86 <h1 id="title">map.panTo Example</h1> 87 <div id="tags">map.panTo</div>88 <div id="shortdesc">Show animated panning effects in the map</div>89 <div id="map"></div>87 <div id="tags">map.panTo</div> 88 <div id="shortdesc">Show animated panning effects in the map</div> 89 <div id="map"></div> 90 90 <div id="docs"> 91 <p>This is an example of transition effects. If the new random center is in the current extent, the map will pan smoothly. <br />91 <p>This is an example of transition effects. If the new random center is in the current extent, the map will pan smoothly. <br /> 92 92 The random selection will continue until you press it again. Additionally, you can single click in the map to pan smoothly 93 93 to that area, or use the pan control to pan smoothly.
