Changeset 2108
- Timestamp:
- 01/01/07 00:06:27 (2 years ago)
- Files:
-
- trunk/website/index.shtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/website/index.shtml
r2055 r2108 12 12 <h3>Get OpenLayers Now</h3> 13 13 <p> 14 Latest stable release: <a href="/api/OpenLayers.js">Link to the hosted version</a> | <a href="/download/OpenLayers-2. 2.tar.gz">OpenLayers-2.2.tar.gz</a> | <a href="http://trac.openlayers.org/wiki/Release/2.2/Notes">2.2Release Notes</a> | <a href="/doc/reference.html">Class Documentation</a> | <a href="/gallery/">See Screenshots</a>14 Latest stable release: <a href="/api/OpenLayers.js">Link to the hosted version</a> | <a href="/download/OpenLayers-2.3-rc1.tar.gz">OpenLayers-2.3-rc1.tar.gz</a> | <a href="http://trac.openlayers.org/wiki/Release/2.3/Notes">2.3 Release Notes</a> | <a href="/doc/reference.html">Class Documentation</a> | <a href="/gallery/">See Screenshots</a> 15 15 </p> 16 16 <!-- <p><b>FOSS4G</b>: Was the FOSS4G presentation too early for you this morning? The presentation is <a href="http://openlayers.org/presentations/foss4g2006/openlayers.odp">available in Open Office Impress format</a>, and the examples are <a href="http://openlayers.org/presentations/foss4g2006/examples/">available as well</a>.</p> --> … … 94 94 "http://labs.metacarta.com/wms-c/Basic.py?", {layers: 'basic', format: 'image/png' } ); 95 95 96 var jpl_wms = new OpenLayers.Layer. KaMap( "Satellite",96 var jpl_wms = new OpenLayers.Layer.WMS( "Satellite", 97 97 "http://labs.metacarta.com/wms-c/Basic.py?", {layers: 'satellite', format: 'image/png' } ); 98 98 var dm_wms = new OpenLayers.Layer.WMS( "Canada",
