Fix type for image replay origin
This commit is contained in:
@@ -35,7 +35,7 @@ ol.render.webgl.ImageReplay = function(tolerance, maxExtent) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
* @type {ol.Extent}
|
* @type {ol.Coordinate}
|
||||||
*/
|
*/
|
||||||
this.origin_ = ol.extent.getBottomLeft(maxExtent);
|
this.origin_ = ol.extent.getBottomLeft(maxExtent);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user