minor doc changes to describe that format conflicts with

featureClass/vectorMode:false.  


git-svn-id: http://svn.openlayers.org/trunk/openlayers@7417 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-06-21 14:37:14 +00:00
parent b8d81e7917
commit 8f778d8a0c

View File

@@ -59,6 +59,8 @@ OpenLayers.Layer.WFS = OpenLayers.Class(
* APIProperty: format
* {<OpenLayers.Format>} The format you want the data to be parsed with.
* Must be passed in the constructor. Should be a class, not an instance.
* This option can only be used if no featureClass is passed / vectorMode
* is false: if a featureClass is passed, then this parameter is ignored.
*/
format: null,
@@ -78,7 +80,8 @@ OpenLayers.Layer.WFS = OpenLayers.Class(
/**
* Property: vectorMode
* {Boolean} Should be calculated automatically.
* {Boolean} Should be calculated automatically. Determines whether the
* layer is in vector mode or marker mode.
*/
vectorMode: true,