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:
@@ -59,6 +59,8 @@ OpenLayers.Layer.WFS = OpenLayers.Class(
|
|||||||
* APIProperty: format
|
* APIProperty: format
|
||||||
* {<OpenLayers.Format>} The format you want the data to be parsed with.
|
* {<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.
|
* 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,
|
format: null,
|
||||||
|
|
||||||
@@ -78,7 +80,8 @@ OpenLayers.Layer.WFS = OpenLayers.Class(
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Property: vectorMode
|
* 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,
|
vectorMode: true,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user