-
-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Description
Hi there,
I try to calculate the distance between two points using this code:
$coordinate1 = new Coordinate(-5.59248, -78.774002);
$coordinate2 = new Coordinate(5.79, 101.15);
$distance = $coordinate1->getDistance($coordinate2, new Vincenty());
It throws an NotConvergingException
and I don't understand why.
Is there any solution to this problem or is the vincenty method limited regarding any circumstances?
Thank you!
Metadata
Metadata
Assignees
Labels
No labels