Minor documentation improvements
This commit is contained in:
+2
-1
@@ -190,7 +190,8 @@ ol.RASTER_REPROJECTION_MAX_SOURCE_TILES = 100;
|
|||||||
* @define {number} Maximum number of subdivision steps during raster
|
* @define {number} Maximum number of subdivision steps during raster
|
||||||
* reprojection triangulation. Prevents high memory usage and large
|
* reprojection triangulation. Prevents high memory usage and large
|
||||||
* number of proj4 calls (for certain transformations and areas).
|
* number of proj4 calls (for certain transformations and areas).
|
||||||
* At most `2*(2^this)` triangles are created. Default is `10`.
|
* At most `2*(2^this)` triangles are created for each triangulated
|
||||||
|
* extent (tile/image). Default is `10`.
|
||||||
*/
|
*/
|
||||||
ol.RASTER_REPROJECTION_MAX_SUBDIVISION = 10;
|
ol.RASTER_REPROJECTION_MAX_SUBDIVISION = 10;
|
||||||
|
|
||||||
|
|||||||
@@ -79,9 +79,7 @@ ol.reproj.Triangulation = function(sourceProj, targetProj, targetExtent,
|
|||||||
this.triangles_ = [];
|
this.triangles_ = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Indicates that source coordinates have to be shifted during reprojection.
|
* Indicates that the triangulation crosses edge of the source projection.
|
||||||
* This is needed when the triangulation crosses
|
|
||||||
* edge of the source projection (dateline).
|
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user