Add ol.style.Image#getHitDetectionImage abstract method
This commit is contained in:
@@ -88,6 +88,13 @@ ol.style.Image.prototype.dispatchChangeEvent = function() {
|
|||||||
ol.style.Image.prototype.getImage = goog.abstractMethod;
|
ol.style.Image.prototype.getImage = goog.abstractMethod;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param {number} pixelRatio Pixel ratio.
|
||||||
|
* @return {HTMLCanvasElement|HTMLVideoElement|Image} Image element.
|
||||||
|
*/
|
||||||
|
ol.style.Image.prototype.getHitDetectionImage = goog.abstractMethod;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Load not yet loaded URI.
|
* Load not yet loaded URI.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user