@turf/envelope
Advanced tools
Comparing version 3.0.15 to 3.0.16
{ | ||
"name": "@turf/envelope", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "turf envelope module", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/Turfjs/turf-envelope.git" | ||
"url": "git://github.com/Turfjs/turf.git" | ||
}, | ||
@@ -24,5 +24,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Turfjs/turf-envelope/issues" | ||
"url": "https://github.com/Turfjs/turf/issues" | ||
}, | ||
"homepage": "https://github.com/Turfjs/turf-envelope", | ||
"homepage": "https://github.com/Turfjs/turf", | ||
"devDependencies": { | ||
@@ -33,5 +33,5 @@ "benchmark": "^1.0.0", | ||
"dependencies": { | ||
"@turf/bbox-polygon": "^3.0.15", | ||
"@turf/bbox": "^3.0.15" | ||
"@turf/bbox-polygon": "^3.0.16", | ||
"@turf/bbox": "^3.0.16" | ||
} | ||
} |
@@ -1,10 +0,10 @@ | ||
# turf-envelope | ||
# @turf/envelope | ||
# envelope | ||
Takes any number of features and returns a rectangular [Polygon](Polygon) that encompasses all vertices. | ||
Takes any number of features and returns a rectangular [Polygon](http://geojson.org/geojson-spec.html#polygon) that encompasses all vertices. | ||
**Parameters** | ||
- `fc` **FeatureCollection** input features | ||
- `fc` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)** input features | ||
@@ -59,3 +59,3 @@ **Examples** | ||
Returns **Feature<Polygon>** a rectangular Polygon feature that encompasses all vertices | ||
Returns **[Feature](http://geojson.org/geojson-spec.html#feature-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** a rectangular Polygon feature that encompasses all vertices | ||
@@ -74,3 +74,3 @@ --- | ||
```sh | ||
$ npm install turf-envelope | ||
$ npm install @turf/envelope | ||
``` | ||
@@ -81,3 +81,3 @@ | ||
```sh | ||
$ npm install turf | ||
$ npm install @turf/turf | ||
``` |
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
5819
Updated@turf/bbox@^3.0.16
Updated@turf/bbox-polygon@^3.0.16