@turf/convex
Advanced tools
Comparing version 3.0.15 to 3.0.16
{ | ||
"name": "@turf/convex", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git://github.com/Turfjs/turf-convex.git" | ||
"url": "git://github.com/Turfjs/turf.git" | ||
}, | ||
@@ -24,5 +24,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Turfjs/turf-convex/issues" | ||
"url": "https://github.com/Turfjs/turf/issues" | ||
}, | ||
"homepage": "https://github.com/Turfjs/turf-convex", | ||
"homepage": "https://github.com/Turfjs/turf", | ||
"devDependencies": { | ||
@@ -35,5 +35,5 @@ "benchmark": "^1.0.0", | ||
"convex-hull": "^1.0.3", | ||
"@turf/meta": "^3.0.15", | ||
"@turf/helpers": "^3.0.15" | ||
"@turf/meta": "^3.0.16", | ||
"@turf/helpers": "^3.0.16" | ||
} | ||
} |
@@ -1,6 +0,6 @@ | ||
# turf-convex | ||
# @turf/convex | ||
# convex | ||
Takes a set of [points](Point) and returns a | ||
Takes a set of [points](http://geojson.org/geojson-spec.html#point) and returns a | ||
[convex hull](http://en.wikipedia.org/wiki/Convex_hull) polygon. | ||
@@ -14,3 +14,3 @@ | ||
- `featurecollection` **FeatureCollection<Point>** input points | ||
- `featurecollection` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Point](http://geojson.org/geojson-spec.html#point)>** input points | ||
@@ -80,3 +80,3 @@ **Examples** | ||
Returns **Feature<Polygon>** a convex hull | ||
Returns **[Feature](http://geojson.org/geojson-spec.html#feature-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** a convex hull | ||
@@ -95,3 +95,3 @@ --- | ||
```sh | ||
$ npm install turf-convex | ||
$ npm install @turf/convex | ||
``` | ||
@@ -102,3 +102,3 @@ | ||
```sh | ||
$ npm install turf | ||
$ npm install @turf/turf | ||
``` |
13601
Updated@turf/helpers@^3.0.16
Updated@turf/meta@^3.0.16