make it clear with docs that maxFeatures can be specified on Protocol.WFS (non-functional change)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user