This package has been deprecated

Author message:

Module deprecated in favor of @turf/length

@turf/line-distance
TypeScript icon, indicating that this package has built-in type declarations

4.7.3 • Public • Published

@turf/line-distance

lineDistance

Takes a GeoJSON and measures its length in the specified units, Point's distance are ignored.

Parameters

Examples

var line = turf.lineString([[115, -32], [131, -22], [143, -25], [150, -34]]);
var length = turf.lineDistance(line, 'miles');

//addToMap
var addToMap = [line];
line.properties.distance = length;

Returns number length of GeoJSON


This module is part of the Turfjs project, an open source module collection dedicated to geographic algorithms. It is maintained in the Turfjs/turf repository, where you can create PRs and issues.

Installation

Install this module individually:

$ npm install @turf/line-distance

Or install the Turf module that includes it as a function:

$ npm install @turf/turf

Package Sidebar

Install

npm i @turf/line-distance

Weekly Downloads

4,960

Version

4.7.3

License

MIT

Last publish

Collaborators

  • twelch
  • jamesmilneruk
  • rowanwins
  • tmcw
  • morganherlocker
  • tcql
  • mdfedderly