From a65b2562a092e4453a8d9a2ce20e1a97758b2fc7 Mon Sep 17 00:00:00 2001 From: pathmapper Date: Sun, 31 Mar 2019 09:37:42 +0200 Subject: [PATCH] Restore link target https://github.com/Turfjs/turf/pull/1559 changed the link to a different (outdated) version. --- packages/turf-area/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/turf-area/index.ts b/packages/turf-area/index.ts index cd16723324..cbe0797bae 100644 --- a/packages/turf-area/index.ts +++ b/packages/turf-area/index.ts @@ -71,7 +71,7 @@ function polygonArea(coords: any) { * Reference: * Robert. G. Chamberlain and William H. Duquette, "Some Algorithms for Polygons on a Sphere", * JPL Publication 07-03, Jet Propulsion - * Laboratory, Pasadena, CA, June 2007 https://trs.jpl.nasa.gov/handle/2014/41271 + * Laboratory, Pasadena, CA, June 2007 https://trs.jpl.nasa.gov/handle/2014/40409 * * @param {Array>} coords Ring Coordinates * @returns {number} The approximate signed geodesic area of the polygon in square meters.