Changeset 5520
- Timestamp:
- 12/19/07 19:24:20 (8 months ago)
- Files:
-
- trunk/openlayers/examples/sld.html (added)
- trunk/openlayers/examples/tasmania (added)
- trunk/openlayers/examples/tasmania/TasmaniaCities.xml (added)
- trunk/openlayers/examples/tasmania/TasmaniaRoads.xml (added)
- trunk/openlayers/examples/tasmania/TasmaniaStateBoundaries.xml (added)
- trunk/openlayers/examples/tasmania/TasmaniaWaterBodies.xml (added)
- trunk/openlayers/examples/tasmania/sld-tasmania.xml (added)
- trunk/openlayers/lib/OpenLayers.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Format/SLD.js (added)
- trunk/openlayers/tests/Format/test_SLD.html (added)
- trunk/openlayers/tests/list-tests.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers.js
r5438 r5520 178 178 "OpenLayers/Format/WFS.js", 179 179 "OpenLayers/Format/WKT.js", 180 "OpenLayers/Format/SLD.js", 180 181 "OpenLayers/Format/Text.js", 181 182 "OpenLayers/Format/JSON.js", trunk/openlayers/tests/list-tests.html
r5438 r5520 23 23 <li>Format/test_XML.html</li> 24 24 <li>Format/test_KML.html</li> 25 <li>Format/test_SLD.html</li> 25 26 <li>Format/test_GeoRSS.html</li> 26 27 <li>Format/test_JSON.html</li>
