Skip to content

Commit 703e0a2

Browse files
author
Bart van den Eijnden
committed
make it clear with docs that maxFeatures can be specified on Protocol.WFS (non-functional change)
1 parent 31b4c39 commit 703e0a2

File tree

1 file changed

+5
-0
lines changed
  • lib/OpenLayers/Protocol/WFS

1 file changed

+5
-0
lines changed

lib/OpenLayers/Protocol/WFS/v1.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ OpenLayers.Protocol.WFS.v1 = OpenLayers.Class(OpenLayers.Protocol, {
4646
* "the_geom" for WFS <version> 1.0, and null for higher versions.
4747
*/
4848
geometryName: "the_geom",
49+
50+
/**
51+
* Property: maxFeatures
52+
* {Integer} Optional maximum number of features to retrieve.
53+
*/
4954

5055
/**
5156
* Property: schema

0 commit comments

Comments
 (0)