Add ellipsoid geometry functions

This commit is contained in:
Tom Payne
2013-02-18 12:26:10 +01:00
parent ea6bf83c61
commit 36a3d02816
3 changed files with 571 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
goog.provide('ol.ellipsoid.WGS84');
goog.require('ol.Ellipsoid');
/**
* @const
* @type {ol.Ellipsoid}
*/
ol.ellipsoid.WGS84 = new ol.Ellipsoid(6378137, 1 / 298.257223563);