Changeset 7095 for trunk/openlayers/examples/geojson.html
- Timestamp:
- 05/08/08 04:15:07 (8 months ago)
- Files:
-
- trunk/openlayers/examples/geojson.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/geojson.html
r6145 r7095 2 2 <head> 3 3 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 4 <style type="text/css"> 5 #map { 6 width: 800px; 7 height: 475px; 8 border: 1px solid black; 9 } 10 </style> 4 <link rel="stylesheet" href="style.css" type="text/css" /> 11 5 <script src="../lib/OpenLayers.js"></script> 12 6 <script type="text/javascript"> … … 63 57 </head> 64 58 <body onload="init()"> 65 <div id="map"></div> 59 <h1 id="title">GeoJSON Example</h1> 60 <div id="map" class="smallmap"></div> 66 61 </body> 67 62 </html>
