@turf/envelope
Advanced tools
Comparing version 3.5.2 to 3.5.3
@@ -8,3 +8,3 @@ var bbox = require('@turf/bbox'); | ||
* @name envelope | ||
* @param {FeatureCollection} fc input features | ||
* @param {(Feature|FeatureCollection)} features input features | ||
* @return {Feature<Polygon>} a rectangular Polygon feature that encompasses all vertices | ||
@@ -11,0 +11,0 @@ * @example |
{ | ||
"name": "@turf/envelope", | ||
"version": "3.5.2", | ||
"version": "3.5.3", | ||
"description": "turf envelope module", | ||
@@ -31,5 +31,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@turf/bbox-polygon": "^3.5.2", | ||
"@turf/bbox": "^3.5.2" | ||
"@turf/bbox-polygon": "^3.5.3", | ||
"@turf/bbox": "^3.5.3" | ||
} | ||
} |
@@ -9,3 +9,3 @@ # @turf/envelope | ||
- `fc` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)** input features | ||
- `features` **([Feature](http://geojson.org/geojson-spec.html#feature-objects) \| [FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects))** input features | ||
@@ -12,0 +12,0 @@ **Examples** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6109
Updated@turf/bbox@^3.5.3
Updated@turf/bbox-polygon@^3.5.3