Module type for ol.reproj.Triangulation

This commit is contained in:
Frederic Junod
2018-04-20 15:05:57 +02:00
parent d0fbbe7d23
commit 97d2266389
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ const ReprojImage = function(sourceProj, targetProj,
/**
* @private
* @type {!ol.reproj.Triangulation}
* @type {!module:ol/reproj/Triangulation~Triangulation}
*/
this.triangulation_ = new Triangulation(
sourceProj, targetProj, limitedTargetExtent, this.maxSourceExtent_,

View File

@@ -146,7 +146,7 @@ const ReprojTile = function(sourceProj, sourceTileGrid,
/**
* @private
* @type {!ol.reproj.Triangulation}
* @type {!module:ol/reproj/Triangulation~Triangulation}
*/
this.triangulation_ = new Triangulation(
sourceProj, targetProj, limitedTargetExtent, maxSourceExtent,