Document olx.AtPixelOptions#hitTolerance default value

This commit is contained in:
Frederic Junod
2016-12-21 14:51:49 +01:00
parent 1a9465e0e9
commit 398ecf3660

View File

@@ -325,7 +325,7 @@ olx.AtPixelOptions.prototype.layerFilter;
/**
* Hit-detection tolerance in pixels. Pixels inside the radius around the given position
* will be checked for features. This only works for the canvas renderer and
* not for WebGL.
* not for WebGL. Default is `0`.
* @type {number|undefined}
* @api
*/