OpenLayers OpenLayers
Show
Ignore:
Timestamp:
03/12/08 10:51:37 (10 months ago)
Author:
tschaub
Message:

four tabs for spaces

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/examples/animated_panning.html

    r6411 r6497  
    11<html xmlns="http://www.w3.org/1999/xhtml"> 
    22  <head> 
    3    <title>Animated Panning of the Map via map.panTo</title> 
     3    <title>Animated Panning of the Map via map.panTo</title> 
    44    <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 
    55    <style type="text/css"> 
     
    8585  <body onload="init()"> 
    8686    <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> 
    9090    <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 /> 
    9292        The random selection will continue until you press it again. Additionally, you can single click in the map to pan smoothly 
    9393        to that area, or use the pan control to pan smoothly.