fixed docs for clickTolerance, which also affects hover requests. Non-functional change.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9593 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2009-07-28 14:39:58 +00:00
parent 8fdd423104
commit 1f3d495a12

View File

@@ -83,7 +83,8 @@ OpenLayers.Control.GetFeature = OpenLayers.Class(OpenLayers.Control, {
* {Integer} Tolerance for the BBOX query in pixels. This has the
* same effect as the tolerance parameter on WMS GetFeatureInfo
* requests. Will be ignored for box selections. Applies only if
* <click> is true. Default is 5.
* <click> of <hover> is true. Default is 5. Note that this not
* only affects requests on click, but also on hover.
*/
clickTolerance: 5,