We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c5ed8 commit b53f6d1Copy full SHA for b53f6d1
packages/turf-transform-translate/index.ts
@@ -9,6 +9,9 @@ import { rhumbDestination } from "@turf/rhumb-destination";
9
* Moves any geojson Feature or Geometry of a specified distance along a Rhumb Line
10
* on the provided direction angle.
11
*
12
+ * Note that this moves the points of your shape individually and can therefore change
13
+ * the overall shape. How noticable this is depends on the distance and the used projection.
14
+ *
15
* @function
16
* @param {GeoJSON|GeometryCollection} geojson object to be translated
17
* @param {number} distance length of the motion; negative values determine motion in opposite direction
0 commit comments