Module type for ol.reproj.Triangulation
This commit is contained in:
@@ -59,7 +59,7 @@ const ReprojImage = function(sourceProj, targetProj,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
* @type {!ol.reproj.Triangulation}
|
* @type {!module:ol/reproj/Triangulation~Triangulation}
|
||||||
*/
|
*/
|
||||||
this.triangulation_ = new Triangulation(
|
this.triangulation_ = new Triangulation(
|
||||||
sourceProj, targetProj, limitedTargetExtent, this.maxSourceExtent_,
|
sourceProj, targetProj, limitedTargetExtent, this.maxSourceExtent_,
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ const ReprojTile = function(sourceProj, sourceTileGrid,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
* @type {!ol.reproj.Triangulation}
|
* @type {!module:ol/reproj/Triangulation~Triangulation}
|
||||||
*/
|
*/
|
||||||
this.triangulation_ = new Triangulation(
|
this.triangulation_ = new Triangulation(
|
||||||
sourceProj, targetProj, limitedTargetExtent, maxSourceExtent,
|
sourceProj, targetProj, limitedTargetExtent, maxSourceExtent,
|
||||||
|
|||||||
Reference in New Issue
Block a user