From 5c03ebd72976360b8050445e2bf024c57667d8c2 Mon Sep 17 00:00:00 2001 From: bartvde Date: Mon, 15 Feb 2010 10:30:40 +0000 Subject: [PATCH] change comment for maxFeatures in OpenLayers.Control.GetFeature git-svn-id: http://svn.openlayers.org/trunk/openlayers@10065 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/GetFeature.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Control/GetFeature.js b/lib/OpenLayers/Control/GetFeature.js index c775ec0263..35f9288800 100644 --- a/lib/OpenLayers/Control/GetFeature.js +++ b/lib/OpenLayers/Control/GetFeature.js @@ -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 . Default is 10. + * {Integer} Maximum number of features to return from a query in single mode + * if supported by the . This set of features is then used to + * determine the best match client-side. Default is 10. */ maxFeatures: 10,