Changeset 3561 for trunk/openlayers/examples/example.html
- Timestamp:
- 07/03/07 11:41:45 (2 years ago)
- Files:
-
- trunk/openlayers/examples/example.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/example.html
r3322 r3561 10 10 <script src="../lib/OpenLayers.js"></script> 11 11 <script type="text/javascript"> 12 // making this a global variable so that it is accessible for 13 // debugging/inspecting in Firebug 14 var map = null; 12 15 13 14 16 <!-- 15 17 function init(){ … … 44 46 header.innerHTML += browserName + ")"; 45 47 46 varmap = new OpenLayers.Map('map');48 map = new OpenLayers.Map('map'); 47 49 48 50 var options = {
