CriticalPoint

Results 1 issues of CriticalPoint

In my example I was able to reproduce the error if LAT/LONG had a negative value. ``` city.findPaths({ from: { lat: 51.672418464577476, -1.2798756107512863 } }) ``` Here is a screenshot...