Changeset 7095 for trunk/openlayers/examples/baseLayers.html
- Timestamp:
- 05/08/08 04:15:07 (8 months ago)
- Files:
-
- trunk/openlayers/examples/baseLayers.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/baseLayers.html
r6497 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 #map {8 width: 512;9 height: 512px;10 border: 1px solid black;11 background-color: blue;12 }13 8 #controls 14 9 { … … 90 85 91 86 <div id="controls"> 92 <div id="map" ></div>87 <div id="map" class="smallmap"></div> 93 88 94 89 <div style="background-color:green" onclick="add()"> click to add a marker to the map</div>
