Changeset 8868
- Timestamp:
- 02/17/09 18:07:43 (1 year ago)
- Files:
-
- trunk/openlayers/examples/wfs-protocol-transactions.html (added)
- trunk/openlayers/examples/wfs-protocol.html (added)
- trunk/openlayers/lib/OpenLayers.js (modified) (2 diffs)
- trunk/openlayers/lib/OpenLayers/Format/WFST (added)
- trunk/openlayers/lib/OpenLayers/Format/WFST.js (added)
- trunk/openlayers/lib/OpenLayers/Format/WFST/v1.js (added)
- trunk/openlayers/lib/OpenLayers/Format/WFST/v1_0_0.js (added)
- trunk/openlayers/lib/OpenLayers/Format/WFST/v1_1_0.js (added)
- trunk/openlayers/lib/OpenLayers/Protocol/WFS (added)
- trunk/openlayers/lib/OpenLayers/Protocol/WFS.js (added)
- trunk/openlayers/lib/OpenLayers/Protocol/WFS/v1.js (added)
- trunk/openlayers/lib/OpenLayers/Protocol/WFS/v1_0_0.js (added)
- trunk/openlayers/lib/OpenLayers/Protocol/WFS/v1_1_0.js (added)
- trunk/openlayers/tests/Format/WFST (added)
- trunk/openlayers/tests/Format/WFST.html (added)
- trunk/openlayers/tests/Format/WFST/v1.html (added)
- trunk/openlayers/tests/Format/WFST/v1_0_0.html (added)
- trunk/openlayers/tests/Format/WFST/v1_1_0.html (added)
- trunk/openlayers/tests/Protocol/WFS.html (added)
- trunk/openlayers/tests/list-tests.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers.js
r8858 r8868 194 194 "OpenLayers/Protocol/SQL.js", 195 195 "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", 196 200 "OpenLayers/Layer/PointTrack.js", 197 201 "OpenLayers/Layer/GML.js", … … 225 229 "OpenLayers/Format/SLD/v1_0_0.js", 226 230 "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", 227 235 "OpenLayers/Format/Text.js", 228 236 "OpenLayers/Format/JSON.js", trunk/openlayers/tests/list-tests.html
r8858 r8868 56 56 <li>Format/Filter/v1_1_0.html</li> 57 57 <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> 58 62 <li>Format/WKT.html</li> 59 63 <li>Format/WMC.html</li> … … 122 126 <li>Protocol/SQL.html</li> 123 127 <li>Protocol/SQL/Gears.html</li> 128 <li>Protocol/WFS.html</li> 124 129 <li>Renderer.html</li> 125 130 <li>Renderer/Canvas.html</li>
