OpenLayers OpenLayers

Changeset 5520

Show
Ignore:
Timestamp:
12/19/07 19:24:20 (8 months ago)
Author:
tschaub
Message:

Big thanks to Andreas Hocevar for this SLD format class - this continues to extend his Rule and Style work by giving us the ability to read SLD docs - onward with style r=tschaub (closes #533).

Files:

Legend:

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

    r5438 r5520  
    178178            "OpenLayers/Format/WFS.js", 
    179179            "OpenLayers/Format/WKT.js", 
     180            "OpenLayers/Format/SLD.js", 
    180181            "OpenLayers/Format/Text.js", 
    181182            "OpenLayers/Format/JSON.js", 
  • trunk/openlayers/tests/list-tests.html

    r5438 r5520  
    2323    <li>Format/test_XML.html</li> 
    2424    <li>Format/test_KML.html</li> 
     25    <li>Format/test_SLD.html</li> 
    2526    <li>Format/test_GeoRSS.html</li> 
    2627    <li>Format/test_JSON.html</li>