OpenLayers OpenLayers

Changeset 7940

Show
Ignore:
Timestamp:
09/03/08 15:10:47 (3 months ago)
Author:
tschaub
Message:

Adding HTTP protocol. Give a vector layer the HTTP protocol to create, read, update, and delete features via HTTP. This can be subclassed by protocols that extend HTTP. Thanks for the collaboration (and great tests) on this elemoine - good working with you guys. r=elemoine,me (closes #1652)

Files:

Legend:

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

    r7862 r7940  
    185185            "OpenLayers/Strategy/Fixed.js", 
    186186            "OpenLayers/Protocol.js", 
     187            "OpenLayers/Protocol/HTTP.js", 
    187188            "OpenLayers/Layer/PointTrack.js", 
    188189            "OpenLayers/Layer/GML.js", 
  • trunk/openlayers/tests/list-tests.html

    r7862 r7940  
    114114    <li>Projection.html</li> 
    115115    <li>Protocol.html</li> 
     116    <li>Protocol/HTTP.html</li> 
    116117    <li>Renderer.html</li> 
    117118    <li>Renderer/Canvas.html</li>