Expand description
Rhumb-line-related algorithms and utils This module provides rhumb-line (a.k.a. loxodrome) geometry operations. The distance, destination, and bearing implementations are adapted in part from their equivalents in Turf.js, which in turn are adapted from the Movable Type spherical geodesy tools. Turf.js is copyright its authors and the geodesy tools are copyright Chris Veness; both are available under an MIT license.
Traitsยง
- Rhumb
Bearing Deprecated - Returns the bearing to another Point in degrees.
- Rhumb
Destination Deprecated - Returns the destination Point having travelled the given distance along a [rhumb line] from the origin geometry with the given bearing
- Rhumb
Distance Deprecated - Determine the distance between two geometries along a rhumb line.
- Rhumb
Intermediate Deprecated - Returns a new Point along a rhumb line between two existing points
- Rhumb
Length Deprecated - Determine the length of a geometry assuming each segment is a rhumb line.