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

7.0.0 • Public • Published

@turf/rewind

rewind

Rewind (Multi)LineString or (Multi)Polygon outer ring counterclockwise and inner rings clockwise (Uses Shoelace Formula).

Parameters

  • geojson GeoJSON input GeoJSON Polygon

  • options Object Optional parameters (optional, default {})

    • options.reverse boolean enable reverse winding (optional, default false)
    • options.mutate boolean allows GeoJSON input to be mutated (significant performance increase if true) (optional, default false)

Examples

var polygon = turf.polygon([[[121, -29], [138, -29], [138, -18], [121, -18], [121, -29]]]);

var rewind = turf.rewind(polygon);

//addToMap
var addToMap = [rewind];

Returns GeoJSON rewind Polygon


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 single module individually:

$ npm install @turf/rewind

Or install the all-encompassing @turf/turf module that includes all modules as functions:

$ npm install @turf/turf

Package Sidebar

Install

npm i @turf/rewind

Weekly Downloads

438,913

Version

7.0.0

License

MIT

Unpacked Size

27.9 kB

Total Files

9

Last publish

Collaborators

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