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

6.5.0 • Public • Published

@turf/tesselate

tesselate

Tesselates a Feature<Polygon> into a FeatureCollection<Polygon> of triangles using earcut.

Parameters

Examples

var poly = turf.polygon([[[11, 0], [22, 4], [31, 0], [31, 11], [21, 15], [11, 11], [11, 0]]]);
var triangles = turf.tesselate(poly);

//addToMap
var addToMap = [poly, triangles]

Returns FeatureCollection<Polygon> a geometrycollection feature


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/tesselate

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

$ npm install @turf/turf

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @turf/tesselate

Weekly Downloads

368,849

Version

6.5.0

License

MIT

Unpacked Size

8.88 kB

Total Files

7

Last publish

Collaborators

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