From 846a48245f6f4a33080069f5721a3eb4d623537a Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 6 Sep 2008 19:03:45 +0000 Subject: [PATCH] Updating comments in example. git-svn-id: http://svn.openlayers.org/trunk/openlayers@7974 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/measure.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/examples/measure.html b/examples/measure.html index 8927661f27..71aaee20b9 100644 --- a/examples/measure.html +++ b/examples/measure.html @@ -96,11 +96,10 @@ function calcVincenty(geometry) { /** * Note: this function assumes geographic coordinates and - * will fail otherwise. Though not documented anywhere, - * OpenLayers.Util.distVincenty takes two objects representing - * points with geographic coordinates and returns the geodesic - * distance between them (shortest distance between the two - * points on a sphere) in *kilometers*. + * will fail otherwise. OpenLayers.Util.distVincenty takes + * two objects representing points with geographic coordinates + * and returns the geodesic distance between them (shortest + * distance between the two points on an ellipsoid) in *kilometers*. * * It is important to realize that the segments drawn on the map * are *not* geodesics (or "great circle" segments). This means