[go: nahoru, domu]

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

7.1.0 • Public • Published

@turf/bbox

bbox

Calculates the bounding box for any GeoJSON object, including FeatureCollection. Uses geojson.bbox if available and options.recompute is not set.

Parameters

  • geojson GeoJSON any GeoJSON object

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

    • options.recompute boolean? Whether to ignore an existing bbox property on geojson

Examples

var line = turf.lineString([[-74, 40], [-78, 42], [-82, 35]]);
var bbox = turf.bbox(line);
var bboxPolygon = turf.bboxPolygon(bbox);

//addToMap
var addToMap = [line, bboxPolygon]

Returns BBox bbox extent in [minX, minY, maxX, maxY] order


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

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

$ npm install @turf/turf

Package Sidebar

Install

npm i @turf/bbox

Weekly Downloads

1,144,093

Version

7.1.0

License

MIT

Unpacked Size

11.9 kB

Total Files

9

Last publish

Collaborators

  • smallsaucepan
  • morgan.herlocker
  • twelch
  • jamesmilneruk
  • rowanwins
  • tmcw
  • morganherlocker
  • tcql
  • mdfedderly