Document that geom.getArea/Length on projected plane

This commit is contained in:
Peter Robins
2014-08-04 08:02:01 +00:00
parent acf623f853
commit c86569684e
4 changed files with 4 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ ol.geom.LineString.prototype.getCoordinates = function() {
/**
* @return {number} Length.
* @return {number} Length (on projected plane).
* @api
*/
ol.geom.LineString.prototype.getLength = function() {