Added new 'hitDEtectionRenderer' property to ol.style.Style and used it in custom drawing
This commit is contained in:
@@ -208,7 +208,8 @@ function renderGeometry(replayGroup, geometry, style, feature) {
|
||||
replay.drawCustom(
|
||||
/** @type {import("../geom/SimpleGeometry.js").default} */ (geometry),
|
||||
feature,
|
||||
style.getRenderer()
|
||||
style.getRenderer(),
|
||||
style.getHitDetectionRenderer()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user