- Timestamp:
- 08/21/08 14:27:14 (3 months ago)
- Files:
-
- project/website/doc/index.shtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
project/website/doc/index.shtml
r5276 r7791 15 15 community.</p> 16 16 17 <p><a href="http://dev.openlayers.org/ docs/overview-tree.html">Class Reference Documentation</a></p>17 <p><a href="http://dev.openlayers.org/apidocs/">Class Reference Documentation</a></p> 18 18 19 19 <h2>Creating Your First Map</h2> … … 162 162 163 163 <blockquote> 164 <pre> var google = new OpenLayers. Google( "Google", { type: G_HYBRID_MAP } );164 <pre> var google = new OpenLayers.Layer.Google( "Google", { type: G_HYBRID_MAP } ); 165 165 map.addLayer(google);</pre> 166 166 <b>Ex. 7</b> Creating a Hybrid Map, and adding it to the map</blockquote>
