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:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user