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