Closed jfbus closed 2 years ago
The LengthHaversine func has a Depredated comment that should not be there:
Depredated
// Deprecated: misspelled, use correctly spelled `LengthHaversine` instead. func LengthHaversine(g orb.Geometry) float64 {
Thank you for taking the time to report this. Fixed in https://github.com/paulmach/orb/commit/e14170606937b8eb2cb201377f09c4bfdd73ba47
The LengthHaversine func has a
Depredated
comment that should not be there: