Changeset 7940
- Timestamp:
- 09/03/08 15:10:47 (3 months ago)
- Files:
-
- trunk/openlayers/examples/behavior-fixed-http-gml.html (added)
- trunk/openlayers/lib/OpenLayers.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Protocol (added)
- trunk/openlayers/lib/OpenLayers/Protocol/HTTP.js (added)
- trunk/openlayers/tests/Protocol (added)
- trunk/openlayers/tests/Protocol/HTTP.html (added)
- trunk/openlayers/tests/list-tests.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers.js
r7862 r7940 185 185 "OpenLayers/Strategy/Fixed.js", 186 186 "OpenLayers/Protocol.js", 187 "OpenLayers/Protocol/HTTP.js", 187 188 "OpenLayers/Layer/PointTrack.js", 188 189 "OpenLayers/Layer/GML.js", trunk/openlayers/tests/list-tests.html
r7862 r7940 114 114 <li>Projection.html</li> 115 115 <li>Protocol.html</li> 116 <li>Protocol/HTTP.html</li> 116 117 <li>Renderer.html</li> 117 118 <li>Renderer/Canvas.html</li>
