make it clear with docs that maxFeatures can be specified on Protocol.WFS (non-functional change)

This commit is contained in:
Bart van den Eijnden
2012-11-05 15:31:08 +01:00
parent 31b4c39b5b
commit 703e0a2ca1
+5
View File
@@ -46,6 +46,11 @@ OpenLayers.Protocol.WFS.v1 = OpenLayers.Class(OpenLayers.Protocol, {
* "the_geom" for WFS <version> 1.0, and null for higher versions. * "the_geom" for WFS <version> 1.0, and null for higher versions.
*/ */
geometryName: "the_geom", geometryName: "the_geom",
/**
* Property: maxFeatures
* {Integer} Optional maximum number of features to retrieve.
*/
/** /**
* Property: schema * Property: schema