export const calcDistance = (path) => { let distance = 0; for(let i=0; i 1) { d = 1; } distance += Math.acos(d) * 180/Math.PI * 60 * 1.1515 * 1.609344; } return distance }