Changeset 7417
- Timestamp:
- 06/21/08 10:37:14 (4 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer/WFS.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/WFS.js
r7415 r7417 60 60 * {<OpenLayers.Format>} The format you want the data to be parsed with. 61 61 * 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. 62 64 */ 63 65 format: null, … … 79 81 /** 80 82 * 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. 82 85 */ 83 86 vectorMode: true,
