Skip to content

Commit

Permalink
Merge pull request Turfjs#1639 from pathmapper/area_source
Browse files Browse the repository at this point in the history
Restore reference link target (turf-area)
  • Loading branch information
mfedderly authored Mar 12, 2020
2 parents ae0225f + 6f6aa95 commit 233c464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/turf-area/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<Array<number>>} coords Ring Coordinates
* @returns {number} The approximate signed geodesic area of the polygon in square meters.
Expand Down

0 comments on commit 233c464

Please sign in to comment.