UNPKG
wgs84
Version:
latest (0.0.0)
0.0.0
constants from the standard reference ellipsoid
github.com/mapbox/wgs84
wgs84
/
index.js
4 lines
(3 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
module.exports.RADIUS
=
6378137
;
module.exports.FLATTENING
=
1
/
298.257223563
;
module.exports.POLAR_RADIUS
=
6356752.3142
;