Forum Discussion
_anomDiebolt_
12 years agoQrew Elite
FWIW here is a comparison of the coefficients when the formulas are aligned to the same structure:
((62.9536940934*($OriginLat - $DestLat)^2 + (48.3428337241*($OriginLong - $DestLong))^2)^0.5
((69*($OriginLat - $DestLat))^2 + (53*($OriginLong - $DestLong))^2)^0.5
((62.9536940934*($OriginLat - $DestLat)^2 + (48.3428337241*($OriginLong - $DestLong))^2)^0.5
((69*($OriginLat - $DestLat))^2 + (53*($OriginLong - $DestLong))^2)^0.5