Updating comments in example.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7974 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -96,11 +96,10 @@
|
|||||||
function calcVincenty(geometry) {
|
function calcVincenty(geometry) {
|
||||||
/**
|
/**
|
||||||
* Note: this function assumes geographic coordinates and
|
* Note: this function assumes geographic coordinates and
|
||||||
* will fail otherwise. Though not documented anywhere,
|
* will fail otherwise. OpenLayers.Util.distVincenty takes
|
||||||
* OpenLayers.Util.distVincenty takes two objects representing
|
* two objects representing points with geographic coordinates
|
||||||
* points with geographic coordinates and returns the geodesic
|
* and returns the geodesic distance between them (shortest
|
||||||
* distance between them (shortest distance between the two
|
* distance between the two points on an ellipsoid) in *kilometers*.
|
||||||
* points on a sphere) in *kilometers*.
|
|
||||||
*
|
*
|
||||||
* It is important to realize that the segments drawn on the map
|
* It is important to realize that the segments drawn on the map
|
||||||
* are *not* geodesics (or "great circle" segments). This means
|
* are *not* geodesics (or "great circle" segments). This means
|
||||||
|
|||||||
Reference in New Issue
Block a user