Module type for ol.ImageCanvas
This commit is contained in:
@@ -32,7 +32,7 @@ const ImageCanvasSource = function(options) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
* @type {ol.ImageCanvas}
|
* @type {module:ol/ImageCanvas~ImageCanvas}
|
||||||
*/
|
*/
|
||||||
this.canvas_ = null;
|
this.canvas_ = null;
|
||||||
|
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ const RasterSource = function(options) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The most recently rendered image canvas.
|
* The most recently rendered image canvas.
|
||||||
* @type {ol.ImageCanvas}
|
* @type {module:ol/ImageCanvas~ImageCanvas}
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
this.renderedImageCanvas_ = null;
|
this.renderedImageCanvas_ = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user