Minor documentation improvements

This commit is contained in:
Petr Sloup
2015-10-16 16:14:41 +02:00
parent b816128728
commit 6f9fa4c12e
2 changed files with 3 additions and 4 deletions
+1 -3
View File
@@ -79,9 +79,7 @@ ol.reproj.Triangulation = function(sourceProj, targetProj, targetExtent,
this.triangles_ = [];
/**
* Indicates that source coordinates have to be shifted during reprojection.
* This is needed when the triangulation crosses
* edge of the source projection (dateline).
* Indicates that the triangulation crosses edge of the source projection.
* @type {boolean}
* @private
*/