Docs for Util.js incorrect documented parameter types.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@5941 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -754,8 +754,8 @@ OpenLayers.Util.rad = function(x) {return x*Math.PI/180;};
|
||||
* Function: distVincenty
|
||||
*
|
||||
* Parameters:
|
||||
* p1 - {Float}
|
||||
* p2 - {Float}
|
||||
* p1 - {<OpenLayers.LonLat>} (or any object with both .lat, .lon properties)
|
||||
* p2 - {<OpenLayers.LonLat>} (or any object with both .lat, .lon properties)
|
||||
*
|
||||
* Returns:
|
||||
* {Float}
|
||||
|
||||
Reference in New Issue
Block a user