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:
@@ -83,7 +83,8 @@ OpenLayers.Control.GetFeature = OpenLayers.Class(OpenLayers.Control, {
|
|||||||
* {Integer} Tolerance for the BBOX query in pixels. This has the
|
* {Integer} Tolerance for the BBOX query in pixels. This has the
|
||||||
* same effect as the tolerance parameter on WMS GetFeatureInfo
|
* same effect as the tolerance parameter on WMS GetFeatureInfo
|
||||||
* requests. Will be ignored for box selections. Applies only if
|
* 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,
|
clickTolerance: 5,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user