@turf/bbox-polygon
Advanced tools
Comparing version 4.5.2 to 4.6.0
@@ -8,4 +8,3 @@ var polygon = require('@turf/helpers').polygon; | ||
* @param {Array<number>} bbox extent in [minX, minY, maxX, maxY] order | ||
* @return {Feature<Polygon>} a Polygon representation of the bounding box | ||
* @addToMap poly | ||
* @returns {Feature<Polygon>} a Polygon representation of the bounding box | ||
* @example | ||
@@ -19,3 +18,2 @@ * var bbox = [0, 0, 10, 10]; | ||
*/ | ||
module.exports = function (bbox) { | ||
@@ -22,0 +20,0 @@ var lowLeft = [bbox[0], bbox[1]]; |
{ | ||
"name": "@turf/bbox-polygon", | ||
"version": "4.5.2", | ||
"version": "4.6.0", | ||
"description": "turf bbox-polygon module", | ||
@@ -37,4 +37,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@turf/helpers": "^4.5.2" | ||
"@turf/helpers": "^4.6.0" | ||
} | ||
} |
4182
37
Updated@turf/helpers@^4.6.0