Add ol.webgl.Map.isImageTextureLoaded
This commit is contained in:
@@ -504,6 +504,15 @@ ol.webgl.Map.prototype.handleWebGLContextRestored = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param {Image} image Image.
|
||||||
|
* @return {boolean} Is image texture loaded.
|
||||||
|
*/
|
||||||
|
ol.webgl.Map.prototype.isImageTextureLoaded = function(image) {
|
||||||
|
return image.src in this.textureCache_[image.src];
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user