Changeset 1691
- Timestamp:
- 10/07/06 13:35:29 (2 years ago)
- Files:
-
- trunk/website/doc/index.shtml (modified) (1 diff)
- trunk/website/download/index.shtml (modified) (1 diff)
- trunk/website/include/head.html (modified) (1 diff)
- trunk/website/index.shtml (modified) (4 diffs)
- trunk/website/presentations/foss4g2006/examples/georss.html (modified) (1 diff)
- trunk/website/presentations/foss4g2006/examples/microsoft.html (modified) (1 diff)
- trunk/website/presentations/foss4g2006/examples/wfs.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/website/doc/index.shtml
r1480 r1691 1 1 <!--#set var="title" value="Getting Started" --> 2 2 <!--#include virtual="/include/head.html" --> 3 <script src="http://openlayers.org/ api/2/OpenLayers.js"></script>3 <script src="http://openlayers.org/dev/lib/OpenLayers.js"></script> 4 4 <script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR9x1oSmy2l6lpQn4Fwjw8XucNdcRTlgTn6soDriQjjLeXkEx6fjn1stg" 5 5 type="text/javascript"></script> trunk/website/download/index.shtml
r1517 r1691 3 3 <div id="main"> 4 4 <ul> 5 <li>Latest RC: <a href="OpenLayers-2.1-rc4.tar.gz">OpenLayers-2.1-rc4.tar.gz</a></li>6 <li> Latest: <a href="OpenLayers-2.0.tar.gz">OpenLayers-2.0.tar.gz</a></li>5 <li>Latest: <a href="OpenLayers-2.1.tar.gz">OpenLayers-2.1.tar.gz</a></li> 6 <li><a href="OpenLayers-2.0.tar.gz">OpenLayers-2.0.tar.gz</a></li> 7 7 <li><a href="OpenLayers-1.0.tar.gz">OpenLayers-1.0.tar.gz</a></li> 8 8 <li><a href="OpenLayers-1.0-rc1.tar.gz">OpenLayers-1.0-rc1.tar.gz</a></li> trunk/website/include/head.html
r1664 r1691 18 18 19 19 <div id="olbanner"> 20 <img class="openlayersbannerimg" src="http://www.openlayers.org/images/OpenLayers.trac.png" style="height: 44px; width: 49px " border="0" alt="OpenLayers" />20 <img class="openlayersbannerimg" src="http://www.openlayers.org/images/OpenLayers.trac.png" style="height: 44px; width: 49px;border:0px" alt="OpenLayers" /> 21 21 <a class="openlayersbanner" href="http://www.openlayers.org/" > 22 22 OpenLayers</a> trunk/website/index.shtml
r1516 r1691 4 4 <div id="mapFrame"> 5 5 <div id="map"></div> 6 <div align="center"><b>Put an open map widget in any web page!</b></div>7 <div align="center">6 <div style="text-align:center"><b>Put an open map widget in any web page!</b></div> 7 <div style="text-align:center"> 8 8 Double-click to zoom in, and drag to pan. Hold down the shift key 9 9 and drag to zoom to a particular region. … … 12 12 <h3>Get OpenLayers Now</h3> 13 13 <p> 14 Latest stable release: <a href="/api/2/OpenLayers.js">Link to the hosted version</a> | <a href="/download/OpenLayers-2. 0.tar.gz">OpenLayers-2.0.tar.gz</a> | <a href="/doc/reference.html">Class Documentation</a> | <a href="/gallery/">See Screenshots</a>14 Latest stable release: <a href="/api/2/OpenLayers.js">Link to the hosted version</a> | <a href="/download/OpenLayers-2.1.tar.gz">OpenLayers-2.1.tar.gz</a> | <a href="/doc/reference.html">Class Documentation</a> | <a href="/gallery/">See Screenshots</a> 15 15 </p> 16 <p><b>Latest Development Release</b>: Test out OpenLayers 2.1-RC3! <a href="/api/2.1-rc4/OpenLayers.js">Link to 2.1-RC4 Hosted Version</a>.</p>17 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> 18 17 <h3>About...</h3> … … 50 49 object-oriented JavaScript, using <a 51 50 href="//prototype.conio.net/">Prototype.js</a> and components from the <a 52 href="//openrico.org/">Rico< a> library. The OpenLayers code base already has51 href="//openrico.org/">Rico</a> library. The OpenLayers code base already has 53 52 hundreds of <a href="/dev/tests/run-tests.html">unit tests</a>, via the <a 54 53 href="http://straytree.com/TestAnotherWay/doc/index.html">Test.AnotherWay</a> … … 88 87 documentation, and thank you for taking an interest.</p> 89 88 90 </div> 91 <script type="text/javascript" src="/api/2.1-rc4/OpenLayers.js"></script> 89 <script type="text/javascript" src="/api/2.1/OpenLayers.js"></script> 92 90 <script type="text/javascript"> 93 91 <!-- trunk/website/presentations/foss4g2006/examples/georss.html
r1455 r1691 10 10 var wms = new OpenLayers.Layer.WMS( "OpenLayers WMS", 11 11 "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} ); 12 OpenLayers.ProxyHost="/ cgi-bin/proxy.cgi?url=";12 OpenLayers.ProxyHost="/proxy/?url="; 13 13 var georss = new OpenLayers.Layer.GeoRSS( "GeoRSS", 14 14 "http://earthquake.usgs.gov/recenteqsww/eqs7day-M2.5.xml" ); trunk/website/presentations/foss4g2006/examples/microsoft.html
r1455 r1691 3 3 <title>OpenLayers Example</title> 4 4 <script src="http://openlayers.org/api/2.1-rc1/OpenLayers.js"></script> 5 <script src='http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js'></script> 5 6 </head> 6 7 <body> trunk/website/presentations/foss4g2006/examples/wfs.html
r1455 r1691 10 10 var wms = new OpenLayers.Layer.WMS( "OpenLayers WMS", 11 11 "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} ); 12 OpenLayers.ProxyHost="/ cgi-bin/proxy.cgi?url=";13 var layer= new OpenLayers.Layer.WFS( "Owl Survey",12 OpenLayers.ProxyHost="/proxy/?url="; 13 var wfs = new OpenLayers.Layer.WFS( "Owl Survey", 14 14 "http://www.bsc-eoc.org/cgi-bin/bsc_ows.asp?", 15 15 {typename: "OWLS", maxfeatures: 30});
