Closed michaelkirk closed 1 month ago
CHANGES.md
Supersedes #1208 Part of #1181
Densify is now generic, and implemented for anything that implements Distance<Point, Point> and Interpolate<Point>.
Distance<Point, Point>
Interpolate<Point>
Specifically that means we continue to support Euclidean and Haversine densification, and now additionally support Geodesic and Rhumb.
Pushed up some missing docs - sorry 🙇
[x] I added an entry to
CHANGES.md
if knowledge of this change could be valuable to users.Supersedes #1208 Part of #1181
Densify is now generic, and implemented for anything that implements
Distance<Point, Point>
andInterpolate<Point>
.Specifically that means we continue to support Euclidean and Haversine densification, and now additionally support Geodesic and Rhumb.