OpenLayers OpenLayers

Changeset 3994

Show
Ignore:
Timestamp:
08/23/07 12:29:03 (11 months ago)
Author:
tschaub
Message:

#915 Adding support for GeoJSON vector format. Many thanks to Chris for the exhaustive tests on this one.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers.js

    r3984 r3994  
    167167            "OpenLayers/Format/WFS.js", 
    168168            "OpenLayers/Format/WKT.js", 
     169            "OpenLayers/Format/JSON.js", 
     170            "OpenLayers/Format/GeoJSON.js", 
    169171            "OpenLayers/Layer/WFS.js", 
    170172            "OpenLayers/Control/MouseToolbar.js", 
  • trunk/openlayers/tests/list-tests.html

    r3958 r3994  
    2323    <li>Format/test_XML.html</li> 
    2424    <li>Format/test_GeoRSS.html</li> 
     25    <li>Format/test_JSON.html</li> 
     26    <li>Format/test_GeoJSON.html</li> 
    2527    <li>Format/test_GML.html</li> 
    2628    <li>Format/test_WKT.html</li>