Add ol.style.Circle#getHitDetectionImage

This commit is contained in:
Éric Lemoine
2013-12-19 09:08:30 +01:00
parent ebcc6ab509
commit 59910339cd

View File

@@ -69,6 +69,14 @@ ol.style.Circle.prototype.getImage = function(pixelRatio) {
};
/**
* @inheritDoc
*/
ol.style.Circle.prototype.getHitDetectionImage = function(pixelRatio) {
return this.canvas_;
};
/**
* @inheritDoc
*/