Changeset 5276
- Timestamp:
- 11/26/07 16:53:51 (9 months ago)
- Files:
-
- project/website/doc/index.shtml (modified) (1 diff)
- project/website/gallery/multiple.html (modified) (1 diff)
- project/website/include/foot.html (modified) (1 diff)
- project/website/include/head.html (modified) (2 diffs)
- project/website/index.shtml (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
project/website/doc/index.shtml
r1691 r5276 15 15 community.</p> 16 16 17 <p><a href=" /doc/reference.html">Class Reference Documentation</a></p>17 <p><a href="http://dev.openlayers.org/docs/overview-tree.html">Class Reference Documentation</a></p> 18 18 19 19 <h2>Creating Your First Map</h2> project/website/gallery/multiple.html
r3161 r5276 2 2 <head> 3 3 <script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ" type="text/javascript"></script> 4 <script src="http://www.openlayers.org/api/ 2.3/OpenLayers.js"></script>4 <script src="http://www.openlayers.org/api/OpenLayers.js"></script> 5 5 <script src="http://clients.multimap.com/API/maps/1.1/metacarta_04"></script> 6 6 <script src="http://api.maps.yahoo.com/ajaxymap?v=3.0&appid=euzuro-openlayers"></script> project/website/include/foot.html
r304 r5276 2 2 <div id="footer"></div> 3 3 </div> 4 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> 5 </script> 6 <script type="text/javascript"> 7 _uacct = "UA-2577926-1"; 8 urchinTracker(); 9 </script> 10 <script type="text/javascript" language="javascript">i=11403</script> 11 <script type="text/javascript" language="javascript" 12 src="http://t4.trackalyzer.com/trackalyze.js"></script> 4 13 </body> 5 14 </html> project/website/include/head.html
r1691 r5276 6 6 <title>OpenLayers: <!--#echo var="title" --></title> 7 7 <link rel="stylesheet" href="/common.css" type="text/css" /> 8 <link rel="stylesheet" href="//trac.openlayers.org/chrome/common/css/trac.css" type="text/css" /> 9 <link rel="stylesheet" href="//trac.openlayers.org/chrome/common/css/wiki.css" type="text/css" /> 10 <link rel="stylesheet" href="//trac.openlayers.org/chrome/common/css/tracnav.css" type="text/css" /> 8 <link rel="stylesheet" href="/trac.css" type="text/css" /> 11 9 <link rel="stylesheet" href="/website.css" type="text/css" /> 12 <script type="text/javascript" src="//trac.openlayers.org/chrome/common/js/trac.js"></script>13 10 <!--[if lt IE 7]> 14 11 <script defer="defer" type="text/javascript" src="/pngfix.js"></script> … … 28 25 29 26 30 <div id="mainnav" class="nav"><ul><li class="first"><a href="http://trac.openlayers.org/wiki" accesskey="1">Wiki</a></li><li><a href="/QuickTutorial" accesskey="2">Tutorial</a></li><li><a href="http://trac.openlayers.org/wiki/HowToDownload" accesskey="3">Download</a></li><li><a href="/gallery">Gallery</a></li><li><a href="/mailman/listinfo">Email Lists</a></li></ul></div> 31 27 <div id="mainnav" class="nav"><ul><li class="first"><a href="http://trac.openlayers.org/wiki" accesskey="1">Wiki</a></li><li><a href="/blog/">Blog</a></li><li><a href="/QuickTutorial" accesskey="2">Tutorial</a></li><li><a href="http://trac.openlayers.org/wiki/FrequentlyAskedQuestions">FAQ</a></li><li><a href="http://trac.openlayers.org/wiki/HowToDownload" accesskey="3">Download</a></li><li><a href="/gallery">Gallery</a></li><li><a href="http://openlayers.org/mailman/listinfo">Email Lists</a></li></ul></div> project/website/index.shtml
r2108 r5276 2 2 <!--#include virtual="/include/head.html" --> 3 3 <div id="main"> 4 <div id="mapFrame" >5 <div id="map"></div>4 <div id="mapFrame" style="margin-top:-30px"> 5 <div style="margin:0px" id="map"></div> 6 6 <div style="text-align:center"><b>Put an open map widget in any web page!</b></div> 7 7 <div style="text-align:center"> … … 10 10 </div> 11 11 </div> 12 <h3>Get OpenLayers Now</h3> 13 <p> 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> 12 13 <h3>Get OpenLayers Now!!</h3> 14 Latest code: 15 <ul style="font-size:.9em;margin-top:0px;"> 16 <li><a href="/api/OpenLayers.js">Link to the hosted version</a></li> 17 <li>2.5 (Stable): <a href="/download/OpenLayers-2.5.tar.gz">.tar.gz</a> | <a href="/download/OpenLayers-2.5.zip">.zip</a></li> 18 <li><a href="http://trac.openlayers.org/wiki/Release/2.5/Notes">2.5 Release Notes</a></li> 19 <li><a href="http://dev.openlayers.org/docs/">Class Documentation</a></li> 20 <li><a href="/gallery/">See Screenshots</a></li> 21 </ul> 15 22 </p> 23 <!-- 24 <h2>OpenLayers Competition!</h2> 25 <p> Read about the <a href="http://labs.metacarta.com/on-a-stick/">MetaCarta Labs On A Stick</a> <a href="http://trac.openlayers.org/wiki/Competition">OpenLayers Competition</a> 26 --> 27 16 28 <!-- <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> --> 17 29 <h3>About...</h3> … … 23 35 completely free, Open Source JavaScript, released under the BSD License.</p> 24 36 25 <h3>Put a map in your page.</h3>26 <p>We've released a Map Viewer Service that lets you put a map in your page easily. Just put this HTML in your page:</p>27 <pre>28 <iframe src="http://openlayers.org/viewer/"29 width="400px" height="200px"30 scrolling="no"31 marginwidth="0" marginheight="0"32 frameborder="0">33 </iframe></pre>34 35 <p>Read more examples in the <a href="QuickTutorial">20-second tutorial</a>. The visual appearance of the MapViewer is not yet stable. If you like it, please join the <a href="/mailman/listinfo">email list</a> and tell us about your use.</p>36 37 37 <h3>For Developers!</h3> 38 38 <p>OpenLayers is a pure JavaScript library for displaying map data in most … … 43 43 OpenLayers is Free Software, developed for and by the Open Source software 44 44 community.</p> 45 <div style="float:right; width:210px; margin:-10px 0px 0px 15px; padding-top:0px;"> 46 <a href="http://www.osgeo.org/"><img src="/OSGeo_wTag.png" border="0px" /></a> 47 <p>OpenLayers is becoming a project of the <a href="http://www.osgeo.org/">Open Source Geospatial Foundation</a>.</p> 48 </div> 45 49 46 50 <p>Furthermore, OpenLayers implements industry-standard methods for geographic … … 60 64 benefit from the experience of history.</p> 61 65 62 <h3>Getting the Code</h3>66 <h3>Getting the Code</h3> 63 67 64 68 <p>Releases are made available on the <a href="/download/">downloads</a> page. … … 86 90 href="//trac.openlayers.org">wiki</a> for the very latest updates and 87 91 documentation, and thank you for taking an interest.</p> 88 <script type="text/javascript" src="/api/ OpenLayers.js"></script>92 <script type="text/javascript" src="/api/2.5/OpenLayers.js"></script> 89 93 <script type="text/javascript"> 90 94 <!-- … … 104 108 dm_wms.setVisibility(false); 105 109 110 /* 111 var options = {numZoomLevels: 3, isBaseLayer: true}; 112 113 var graphic = new OpenLayers.Layer.Image( 114 'Happy Thanksgiving', 115 "http://www.bigode.com/uzureau/Turkey.jpg", 116 new OpenLayers.Bounds(-150, -90, 160, 100), 117 new OpenLayers.Size(580, 288), 118 options); 119 map.addLayer(graphic); 120 */ 121 106 122 map.addLayers([ol_wms, jpl_wms, dm_wms]); 107 123 map.addControl(new OpenLayers.Control.LayerSwitcher());
