Merge pull request #12646 from ashchurova/fix-8136-hit-detection-custom-renderer
Support for hit detection in styles with custom rendering
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