[OpenLayers-Commits] r4189 - trunk/openlayers/lib/OpenLayers/Layer
commits at openlayers.org
commits at openlayers.org
Tue Sep 4 16:39:16 EDT 2007
Author: crschmidt
Date: 2007-09-04 16:39:15 -0400 (Tue, 04 Sep 2007)
New Revision: 4189
Modified:
trunk/openlayers/lib/OpenLayers/Layer/WFS.js
Log:
Missed documenting this because it's only used in the tile, so it
never got stuck in the apiproperties. (Commit will fix docs related
to recent question asked by user on IRC. Thanks, hobu.)
Modified: trunk/openlayers/lib/OpenLayers/Layer/WFS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/WFS.js 2007-09-04 15:28:14 UTC (rev 4188)
+++ trunk/openlayers/lib/OpenLayers/Layer/WFS.js 2007-09-04 20:39:15 UTC (rev 4189)
@@ -58,6 +58,15 @@
* but some services want it that way. Default false.
*/
encodeBBOX: false,
+
+ /**
+ * APIProperty: extractAttributes
+ * {Boolean} Should the WFS layer parse attributes from the retrieved
+ * GML? Defaults to false. If enabled, parsing is slower, but
+ * attributes are available in the attributes property of
+ * layer features.
+ */
+ extractAttributes: false,
/**
* Constructor: OpenLayers.Layer.WFS
More information about the Commits
mailing list