Merge remote-tracking branch 'origin/master' into fix_triangulation

This commit is contained in:
philip
2020-04-02 22:58:59 +00:00
217 changed files with 6848 additions and 3791 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ class ReprojTile extends Tile {
*/
this.triangulation_ = new Triangulation(
sourceProj, targetProj, limitedTargetExtent, maxSourceExtent,
sourceResolution * errorThresholdInPixels);
sourceResolution * errorThresholdInPixels, targetResolution);
if (this.triangulation_.getTriangles().length === 0) {
// no valid triangles -> EMPTY