Merge pull request #6291 from fredj/cleanup

Document olx.AtPixelOptions#hitTolerance default value
This commit is contained in:
Frédéric Junod
2016-12-21 16:17:51 +01:00
committed by GitHub

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
*/