OpenLayers OpenLayers

Changeset 7417

Show
Ignore:
Timestamp:
06/21/08 10:37:14 (4 months ago)
Author:
crschmidt
Message:

minor doc changes to describe that format conflicts with
featureClass/vectorMode:false.

Files:

Legend:

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

    r7415 r7417  
    6060      * {<OpenLayers.Format>} The format you want the data to be parsed with. 
    6161      * Must be passed in the constructor. Should be a class, not an instance. 
     62      * This option can only be used if no featureClass is passed / vectorMode 
     63      * is false: if a featureClass is passed, then this parameter is ignored. 
    6264      */ 
    6365    format: null, 
     
    7981    /** 
    8082     * Property: vectorMode 
    81      * {Boolean} Should be calculated automatically. 
     83     * {Boolean} Should be calculated automatically. Determines whether the 
     84     *     layer is in vector mode or marker mode. 
    8285     */ 
    8386    vectorMode: true,