change comment for maxFeatures in OpenLayers.Control.GetFeature

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10065 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
bartvde
2010-02-15 10:30:40 +00:00
parent 7179166603
commit 5c03ebd729

View File

@@ -102,8 +102,9 @@ OpenLayers.Control.GetFeature = OpenLayers.Class(OpenLayers.Control, {
/**
* APIProperty: maxFeatures
* {Integer} Maximum number of features to return from a query, if
* supported by the <protocol>. Default is 10.
* {Integer} Maximum number of features to return from a query in single mode
* if supported by the <protocol>. This set of features is then used to
* determine the best match client-side. Default is 10.
*/
maxFeatures: 10,