OpenLayers OpenLayers

Changeset 7517

Show
Ignore:
Timestamp:
07/15/08 18:03:26 (1 month ago)
Author:
tschaub
Message:

Docs and requirements for WFS protocol.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/topp/trimet/lib/OpenLayers/Protocol/WFS.js

    r7506 r7517  
    11/** 
    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. 
    411 */ 
    512OpenLayers.Protocol.WFS = function(options) { 
     
    1421} 
    1522 
     23/** 
     24 * Constant: OpenLayers.Protocol.WFS.DEFAULTS 
     25 */ 
    1626OpenLayers.Protocol.WFS.DEFAULTS = { 
    1727    "version": "1.0.0"