When attempting to calculate the greatCircle between two points, like this:
const start = point([0, 90]);
const end = point([0, -90]);
greatCircle(start, end)
You should get a helpful error about being antipodal, but instead you get start.view is not a function
Its a simple change, and I have a PR ready to fix it
When attempting to calculate the greatCircle between two points, like this:
You should get a helpful error about being antipodal, but instead you get
start.view is not a functionIts a simple change, and I have a PR ready to fix it