Changeset 7120
- Timestamp:
- 05/08/08 22:45:42 (4 months ago)
- Files:
-
- trunk/openlayers/examples/smoothDragging.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/smoothDragging.html
r7095 r7120 3 3 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 4 <link rel="stylesheet" href="style.css" type="text/css" /> 5 <script src='http://maps.google.com/maps?file=api&v=2 .82&key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ'></script>5 <script src='http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ'></script> 6 6 <script src='http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js'></script> 7 7 <script src="http://api.maps.yahoo.com/ajaxymap?v=3.0&appid=euzuro-openlayers"></script> … … 71 71 <body onload="init()"> 72 72 <h1 id="title">OpenLayers With Responsive Dragging</h1> 73 <h3>Uses Google Maps v2.82</h2>74 73 <div id="map" class="smallmap"></div> 75 74 </body>
