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

@@ -76,7 +76,7 @@ ol.geom.LinearRing.prototype.closestPointXY =
/**
* @return {number} Area.
* @return {number} Area (on projected plane).
* @api
*/
ol.geom.LinearRing.prototype.getArea = function() {