Changeset 3994
- Timestamp:
- 08/23/07 12:29:03 (11 months ago)
- Files:
-
- trunk/openlayers/examples/geojson.html (added)
- trunk/openlayers/lib/OpenLayers.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Format/GeoJSON.js (added)
- trunk/openlayers/lib/OpenLayers/Format/JSON.js (added)
- trunk/openlayers/tests/Format/test_GeoJSON.html (added)
- trunk/openlayers/tests/Format/test_JSON.html (added)
- trunk/openlayers/tests/list-tests.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers.js
r3984 r3994 167 167 "OpenLayers/Format/WFS.js", 168 168 "OpenLayers/Format/WKT.js", 169 "OpenLayers/Format/JSON.js", 170 "OpenLayers/Format/GeoJSON.js", 169 171 "OpenLayers/Layer/WFS.js", 170 172 "OpenLayers/Control/MouseToolbar.js", trunk/openlayers/tests/list-tests.html
r3958 r3994 23 23 <li>Format/test_XML.html</li> 24 24 <li>Format/test_GeoRSS.html</li> 25 <li>Format/test_JSON.html</li> 26 <li>Format/test_GeoJSON.html</li> 25 27 <li>Format/test_GML.html</li> 26 28 <li>Format/test_WKT.html</li>
