Closed johnd0e closed 4 years ago
More related links:
diff --git a/external/L.Geodesic.js b/external/L.Geodesic.js
Radius value here does not have to be precise, so that change had no sense.
S2-Earth-Radius is used in distance calculation. You'll see the difference in draw-tools (or other plugins when they use LatLng.distanceTo)
Current used radius result im more accurate distances but Ingress uses the S2 value for link-distance calculation - which is sometimes a important value.
We need to investigate if this change was necessary.
Originally posted by @johnd0e in https://github.com/IITC-CE/ingress-intel-total-conversion/pull/78#issuecomment-462323839