Added new 'hitDEtectionRenderer' property to ol.style.Style and used it in custom drawing
This commit is contained in:
@@ -15,8 +15,9 @@ class VectorContext {
|
||||
* @param {import("../geom/SimpleGeometry.js").default} geometry Geometry.
|
||||
* @param {import("../Feature.js").FeatureLike} feature Feature.
|
||||
* @param {Function} renderer Renderer.
|
||||
* @param {Function} hitDetectionRenderer Renderer.
|
||||
*/
|
||||
drawCustom(geometry, feature, renderer) {}
|
||||
drawCustom(geometry, feature, renderer, hitDetectionRenderer) {}
|
||||
|
||||
/**
|
||||
* Render a geometry.
|
||||
|
||||
Reference in New Issue
Block a user