Changeset 7095 for trunk/openlayers/examples/click-handler.html
- Timestamp:
- 05/08/08 04:15:07 (8 months ago)
- Files:
-
- trunk/openlayers/examples/click-handler.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/click-handler.html
r6145 r7095 4 4 5 5 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 6 <link rel="stylesheet" href="style.css" type="text/css" /> 6 7 <style type="text/css"> 7 8 #map { … … 162 163 </p> 163 164 164 <div id="map" ></div>165 <div id="map" class="smallmap"></div> 165 166 <p> 166 167 The click handler can be used to gain more flexibility over handling
