diff --git a/src/ol/style/circlestyle.js b/src/ol/style/circlestyle.js index 32dc8c2fc2..9f5147a02b 100644 --- a/src/ol/style/circlestyle.js +++ b/src/ol/style/circlestyle.js @@ -69,6 +69,14 @@ ol.style.Circle.prototype.getImage = function(pixelRatio) { }; +/** + * @inheritDoc + */ +ol.style.Circle.prototype.getHitDetectionImage = function(pixelRatio) { + return this.canvas_; +}; + + /** * @inheritDoc */