Add defines for certain reprojection constants
This commit is contained in:
@@ -63,7 +63,7 @@ ol.reproj.Image = function(sourceProj, targetProj,
|
||||
* @type {!ol.reproj.Triangulation}
|
||||
*/
|
||||
this.triangulation_ = new ol.reproj.Triangulation(
|
||||
sourceProj, targetProj, limitedTargetExtent, this.maxSourceExtent_);
|
||||
sourceProj, targetProj, limitedTargetExtent, this.maxSourceExtent_, 0);
|
||||
|
||||
/**
|
||||
* @private
|
||||
|
||||
Reference in New Issue
Block a user