Open abrogley opened 8 years ago
e.g., if midpt is [[5000, 7000]], we should not need to do this:
distFromMidpt1 = airports.getDistanceBetween(midpt[0], nearestToMidpt1)
And this should be acceptible:
distFromMidpt1 = airports.getDistanceBetween(midpt, nearestToMidpt1)
e.g., if midpt is [[5000, 7000]], we should not need to do this:
And this should be acceptible: