OpenLayers OpenLayers

Changeset 1691

Show
Ignore:
Timestamp:
10/07/06 13:35:29 (2 years ago)
Author:
crschmidt
Message:

Lots of stuff. Most notably, making main page XHTML compliant, which is
important for testing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/website/doc/index.shtml

    r1480 r1691  
    11<!--#set var="title" value="Getting Started" --> 
    22<!--#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> 
    44  <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR9x1oSmy2l6lpQn4Fwjw8XucNdcRTlgTn6soDriQjjLeXkEx6fjn1stg" 
    55        type="text/javascript"></script> 
  • trunk/website/download/index.shtml

    r1517 r1691  
    33  <div id="main"> 
    44  <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>  
    77  <li><a href="OpenLayers-1.0.tar.gz">OpenLayers-1.0.tar.gz</a></li>  
    88  <li><a href="OpenLayers-1.0-rc1.tar.gz">OpenLayers-1.0-rc1.tar.gz</a></li>  
  • trunk/website/include/head.html

    r1664 r1691  
    1818 
    1919<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" /> 
    2121<a class="openlayersbanner" href="http://www.openlayers.org/" > 
    2222OpenLayers</a> 
  • trunk/website/index.shtml

    r1516 r1691  
    44    <div id="mapFrame"> 
    55      <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"> 
    88        Double-click to zoom in, and drag to pan. Hold down the shift key 
    99        and drag to zoom to a particular region. 
     
    1212    <h3>Get OpenLayers Now</h3> 
    1313    <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>  
    1515    </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>    
    1716   <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>   
    1817    <h3>About...</h3> 
     
    5049object-oriented JavaScript, using <a 
    5150href="//prototype.conio.net/">Prototype.js</a> and components from the <a 
    52 href="//openrico.org/">Rico<a> library. The OpenLayers code base already has 
     51href="//openrico.org/">Rico</a> library. The OpenLayers code base already has 
    5352hundreds of <a href="/dev/tests/run-tests.html">unit tests</a>, via the <a 
    5453href="http://straytree.com/TestAnotherWay/doc/index.html">Test.AnotherWay</a>  
     
    8887documentation, and thank you for taking an interest.</p>  
    8988 
    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> 
    9290  <script type="text/javascript"> 
    9391        <!-- 
  • trunk/website/presentations/foss4g2006/examples/georss.html

    r1455 r1691  
    1010    var wms = new OpenLayers.Layer.WMS( "OpenLayers WMS",  
    1111        "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} ); 
    12     OpenLayers.ProxyHost="/cgi-bin/proxy.cgi?url="; 
     12    OpenLayers.ProxyHost="/proxy/?url="; 
    1313    var georss = new OpenLayers.Layer.GeoRSS( "GeoRSS", 
    1414       "http://earthquake.usgs.gov/recenteqsww/eqs7day-M2.5.xml" ); 
  • trunk/website/presentations/foss4g2006/examples/microsoft.html

    r1455 r1691  
    33  <title>OpenLayers Example</title> 
    44  <script src="http://openlayers.org/api/2.1-rc1/OpenLayers.js"></script> 
     5  <script src='http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js'></script> 
    56</head> 
    67<body> 
  • trunk/website/presentations/foss4g2006/examples/wfs.html

    r1455 r1691  
    1010    var wms = new OpenLayers.Layer.WMS( "OpenLayers WMS",  
    1111        "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", 
    1414               "http://www.bsc-eoc.org/cgi-bin/bsc_ows.asp?", 
    1515               {typename: "OWLS", maxfeatures: 30});