You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I modify earthRadius and degrees:
from:
var earthRadius = 6371008.8;
degrees: earthRadius / 111325,
to:
var earthRadius = 6378137;
degrees: earthRadius / 111319.491,
The text was updated successfully, but these errors were encountered:
So I modify earthRadius and degrees:
from:
var earthRadius = 6371008.8;
degrees: earthRadius / 111325,
to:
var earthRadius = 6378137;
degrees: earthRadius / 111319.491,
The text was updated successfully, but these errors were encountered: