A list of layers from which features should be
translated. Alternatively, a filter function can be provided. The
function will be called for each layer in the map and should return
true for layers that you want to be translatable. If the option is
absent, all visible layers will be considered translatable.
hitTolerance
number
0
Hit-detection tolerance. Pixels inside the radius around the given position
will be checked for features. This only works for the canvas renderer and
not for WebGL.
Fires:
TranslateEvent
Methods
getHitTolerance(){number}
interaction/Translate.js, line 189
Returns the Hit-detection tolerance.
Returns:
Hit tolerance in pixels.
setHitTolerance(hitTolerance)
interaction/Translate.js, line 200
Hit-detection tolerance. Pixels inside the radius around the given position
will be checked for features. This only works for the canvas renderer and
not for WebGL.