Changeset 7095 for trunk/openlayers/examples/click.html
- Timestamp:
- 05/08/08 04:15:07 (7 months ago)
- Files:
-
- trunk/openlayers/examples/click.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/click.html
r6997 r7095 4 4 5 5 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 6 <style type="text/css"> 7 #map { 8 width: 512px; 9 height: 512px; 10 border: 1px solid black; 11 } 12 </style> 6 <link rel="stylesheet" href="style.css" type="text/css" /> 13 7 <script src="../lib/OpenLayers.js"></script> 14 8 <script type="text/javascript"> 15 OpenLayers.Control.Click = OpenLayers.Class(OpenLayers.Control, {9 OpenLayers.Control.Click = OpenLayers.Class(OpenLayers.Control, { 16 10 defaultHandlerOptions: { 17 11 'single': true, … … 79 73 </p> 80 74 81 <div id="map" ></div>75 <div id="map" class="smallmap"></div> 82 76 83 77 <div id="docs">
