OpenLayers OpenLayers

Changeset 8868

Show
Ignore:
Timestamp:
02/17/09 18:07:43 (1 year ago)
Author:
tschaub
Message:

Adding a WFS protocol. This allows for creating, reading, updating, and deleting features via WFS. Huge thanks to ahocevar for the test writing and review. r=ahocevar (closes #1648)

Files:

Legend:

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

    r8858 r8868  
    194194            "OpenLayers/Protocol/SQL.js", 
    195195            "OpenLayers/Protocol/SQL/Gears.js", 
     196            "OpenLayers/Protocol/WFS.js", 
     197            "OpenLayers/Protocol/WFS/v1.js", 
     198            "OpenLayers/Protocol/WFS/v1_0_0.js", 
     199            "OpenLayers/Protocol/WFS/v1_1_0.js", 
    196200            "OpenLayers/Layer/PointTrack.js", 
    197201            "OpenLayers/Layer/GML.js", 
     
    225229            "OpenLayers/Format/SLD/v1_0_0.js", 
    226230            "OpenLayers/Format/SLD/v1.js", 
     231            "OpenLayers/Format/WFST.js", 
     232            "OpenLayers/Format/WFST/v1.js", 
     233            "OpenLayers/Format/WFST/v1_0_0.js", 
     234            "OpenLayers/Format/WFST/v1_1_0.js", 
    227235            "OpenLayers/Format/Text.js", 
    228236            "OpenLayers/Format/JSON.js", 
  • trunk/openlayers/tests/list-tests.html

    r8858 r8868  
    5656    <li>Format/Filter/v1_1_0.html</li> 
    5757    <li>Format/WFSDescribeFeatureType.html</li> 
     58    <li>Format/WFST.html</li> 
     59    <li>Format/WFST/v1.html</li> 
     60    <li>Format/WFST/v1_0_0.html</li> 
     61    <li>Format/WFST/v1_1_0.html</li> 
    5862    <li>Format/WKT.html</li> 
    5963    <li>Format/WMC.html</li> 
     
    122126    <li>Protocol/SQL.html</li> 
    123127    <li>Protocol/SQL/Gears.html</li> 
     128    <li>Protocol/WFS.html</li> 
    124129    <li>Renderer.html</li> 
    125130    <li>Renderer/Canvas.html</li>