OpenLayers OpenLayers

Changeset 7120

Show
Ignore:
Timestamp:
05/08/08 22:45:42 (4 months ago)
Author:
crschmidt
Message:

no longer uses 2.82 (which doesn't work smoothly with 2.6 anyway)

Files:

Legend:

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

    r7095 r7120  
    33    <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 
    44    <link rel="stylesheet" href="style.css" type="text/css" /> 
    5     <script src='http://maps.google.com/maps?file=api&amp;v=2.82&amp;key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ'></script> 
     5    <script src='http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ'></script> 
    66    <script src='http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js'></script> 
    77    <script src="http://api.maps.yahoo.com/ajaxymap?v=3.0&appid=euzuro-openlayers"></script> 
     
    7171  <body onload="init()"> 
    7272    <h1 id="title">OpenLayers With Responsive Dragging</h1> 
    73     <h3>Uses Google Maps v2.82</h2> 
    7473    <div id="map" class="smallmap"></div> 
    7574  </body>