Changeset 7517
- Timestamp:
- 07/15/08 18:03:26 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/topp/trimet/lib/OpenLayers/Protocol/WFS.js
r7506 r7517 1 1 /** 2 * Namespace: OpenLayers.Protocol.WFS 3 * A namespace for versioned WFS protocols. 2 * @requires OpenLayers/Protocol.js 3 */ 4 5 /** 6 * Function: OpenLayers.Protocol.WFS 7 * Used to create a versioned WFS protocol. Default version is 1.0.0. 8 * 9 * Returns: 10 * {<OpenLayers.Protocol>} A WFS protocol of the given version. 4 11 */ 5 12 OpenLayers.Protocol.WFS = function(options) { … … 14 21 } 15 22 23 /** 24 * Constant: OpenLayers.Protocol.WFS.DEFAULTS 25 */ 16 26 OpenLayers.Protocol.WFS.DEFAULTS = { 17 27 "version": "1.0.0"
