removeBbox
Description
Recursively removes bounding boxes from a GeoJSON object.
This function mutates the input GeoJSON object.
Parameters
| Name | Type | Description |
|---|---|---|
| geojson | GeoJSON | GeoJSON object whose bounding boxes should be removed |
Returns
void
Installation
$ npm install @turf/helpers
import { removeBbox } from "@turf/helpers";
const result = removeBbox(...);
$ npm install @turf/turf
import * as turf from "@turf/turf";
const result = turf.removeBbox(...);