3.0.12 • Published 9 years ago

turf-midpoint v3.0.12

Weekly downloads
11,370
License
MIT
Repository
github
Last release
9 years ago

turf-midpoint

build status

turf midpoint module

turf.midpoint(a, b)

Takes two point features and returns a point between the two.

Parameters

parametertypedescription
aPoint
bPoint

Example

var pt1 = turf.point([0,0]);
var pt2 = turf.point([10, 0]);
var midpointed = turf.midpoint(pt1, pt2);
var features = turf.featurecollection([
 pt1, pt2, midpointed]);
//=features

Installation

Requires nodejs.

$ npm install turf-midpoint

Tests

$ npm test
3.0.12

9 years ago

3.0.10

10 years ago

3.0.1

10 years ago

1.0.1

11 years ago

1.0.0

11 years ago

0.1.3

11 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago