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
@@ -47,6 +47,11 @@ OpenLayers.Protocol.WFS.v1 = OpenLayers.Class(OpenLayers.Protocol, {
*/ */
geometryName: "the_geom", geometryName: "the_geom",
/**
* Property: maxFeatures
* {Integer} Optional maximum number of features to retrieve.
*/
/** /**
* Property: schema * Property: schema
* {String} Optional schema location that will be included in the * {String} Optional schema location that will be included in the