OpenLayers OpenLayers

Changeset 6376

Show
Ignore:
Timestamp:
02/26/08 07:17:51 (6 months ago)
Author:
crschmidt
Message:

merge with trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/rgerard/openlayers/build/build.py

    r5635 r6376  
    1818 
    1919sourceDirectory = "../lib" 
    20 configFilename = "library.cfg" 
     20configFilename = "full.cfg" 
    2121outputFilename = "OpenLayers.js" 
    2222 
  • sandbox/rgerard/openlayers/build/buildUncompressed.py

    r5633 r6376  
    77 
    88sourceDirectory = "../lib" 
    9 configFilename = "library.cfg" 
     9configFilename = "full.cfg" 
    1010outputFilename = "OpenLayers.js" 
    1111 
  • sandbox/rgerard/openlayers/build/full.cfg

    r3601 r6376  
    1414Firebug/firebug.js 
    1515Firebug/firebugx.js 
     16OpenLayers/Lang/de.js 
     17OpenLayers/Lang/en-CA.js 
     18OpenLayers/Lang/fr.js 
  • sandbox/rgerard/openlayers/doc/Jugl.js

    • Property svn:eol-style set to native
  • sandbox/rgerard/openlayers/doc/authors.txt

    r5776 r6376  
    11OpenLayers contributors: 
     2 
     3Seb Benthall 
    24Howard Butler 
    35Bertil Chaupis                                                                
     
    1416Eric Lemoine 
    1517Philip Lindsay 
     18Martijn van Oosterhout 
    1619Corey Puffault 
    1720Gregers Rygg 
     
    2326James Stembridge 
    2427Erik Uzureau 
     28Ivan Willig 
    2529Bill Woodall 
    2630Steve Woodbridge 
    2731 
     32Some portions of OpenLayers are used under the Apache 2.0 license, available 
     33in doc/licenses/APACHE-2.0.txt. 
    2834 
    29 OpenLayers is graciously supported by MetaCarta, Inc. 
    30 <http://www.metacarta.com>. 
     35Some portions of OpenLayers are used under the MIT license, availabie in  
     36doc/licenses/MIT-LICENSE.txt. 
     37 
     38Some portions of OpenLayers are Copyright 2001 Robert Penner, and are used  
     39under the BSD license, available in doc/licenses/BSD-LICENSE.txt 
  • sandbox/rgerard/openlayers/doc/examples.html

    • Property svn:eol-style set to native
  • sandbox/rgerard/openlayers/doc/walkthru.html

    • Property svn:eol-style set to native
  • sandbox/rgerard/openlayers/examples/GMLParser.html

    r5362 r6376  
    22  <head> 
    33    <title>OpenLayers GML Parser</title> 
     4    <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 
    45    <style type="text/css"> 
    56        #map { 
  • sandbox/rgerard/openlayers/examples/KMLParser.html

    r5362 r6376  
    55    <script type="text/javascript"> 
    66        function parseData(req) { 
    7           g =  new OpenLayers.Format.KML(); 
     7          g =  new OpenLayers.Format.KML({extractStyles: true}); 
    88          html = "" 
    99          features = g.read(req.responseText); 
     
    1212              &nb