Correct spelling
This commit is contained in:
@@ -24,9 +24,9 @@ OpenLayers.Spherical.DEFAULT_RADIUS = 6378137;
|
|||||||
*
|
*
|
||||||
* Parameters:
|
* Parameters:
|
||||||
* from - {<OpenLayers.LonLat>} or {Object} Starting point. A LonLat or
|
* from - {<OpenLayers.LonLat>} or {Object} Starting point. A LonLat or
|
||||||
* a JavaScript litteral with lon lat properties.
|
* a JavaScript literal with lon lat properties.
|
||||||
* to - {<OpenLayers.LonLat>} or {Object} Ending point. A LonLat or a
|
* to - {<OpenLayers.LonLat>} or {Object} Ending point. A LonLat or a
|
||||||
* JavaScript litteral with lon lat properties.
|
* JavaScript literal with lon lat properties.
|
||||||
* radius - {Float} The radius. Optional. Defaults to the earth's
|
* radius - {Float} The radius. Optional. Defaults to the earth's
|
||||||
* radius, i.e. 6378137 meters.
|
* radius, i.e. 6378137 meters.
|
||||||
*
|
*
|
||||||
@@ -49,9 +49,9 @@ OpenLayers.Spherical.computeDistanceBetween = function(from, to, radius) {
|
|||||||
*
|
*
|
||||||
* Parameters:
|
* Parameters:
|
||||||
* from - {<OpenLayers.LonLat>} or {Object} Starting point. A LonLat or
|
* from - {<OpenLayers.LonLat>} or {Object} Starting point. A LonLat or
|
||||||
* a JavaScript litteral with lon lat properties.
|
* a JavaScript literal with lon lat properties.
|
||||||
* to - {<OpenLayers.LonLat>} or {Object} Ending point. A LonLat or a
|
* to - {<OpenLayers.LonLat>} or {Object} Ending point. A LonLat or a
|
||||||
* JavaScript litteral with lon lat properties.
|
* JavaScript literal with lon lat properties.
|
||||||
*
|
*
|
||||||
* Returns:
|
* Returns:
|
||||||
* {Float} The heading in degrees.
|
* {Float} The heading in degrees.
|
||||||
|
|||||||
Reference in New Issue
Block a user