From 703e0a2ca1db1a6f295675deeda7997c45da36e5 Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Mon, 5 Nov 2012 15:31:08 +0100 Subject: [PATCH] make it clear with docs that maxFeatures can be specified on Protocol.WFS (non-functional change) --- lib/OpenLayers/Protocol/WFS/v1.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/OpenLayers/Protocol/WFS/v1.js b/lib/OpenLayers/Protocol/WFS/v1.js index eb1abf6a88..54553a53fe 100644 --- a/lib/OpenLayers/Protocol/WFS/v1.js +++ b/lib/OpenLayers/Protocol/WFS/v1.js @@ -46,6 +46,11 @@ OpenLayers.Protocol.WFS.v1 = OpenLayers.Class(OpenLayers.Protocol, { * "the_geom" for WFS 1.0, and null for higher versions. */ geometryName: "the_geom", + + /** + * Property: maxFeatures + * {Integer} Optional maximum number of features to retrieve. + */ /** * Property: schema