Comparing version 3.0.15 to 3.0.16
{ | ||
"name": "@turf/tin", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "turf tin module", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/Turfjs/turf-tin.git" | ||
"url": "git://github.com/Turfjs/turf.git" | ||
}, | ||
@@ -22,5 +22,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Turfjs/turf-tin/issues" | ||
"url": "https://github.com/Turfjs/turf/issues" | ||
}, | ||
"homepage": "https://github.com/Turfjs/turf-tin", | ||
"homepage": "https://github.com/Turfjs/turf", | ||
"devDependencies": { | ||
@@ -31,4 +31,4 @@ "benchmark": "^1.0.0", | ||
"dependencies": { | ||
"@turf/helpers": "^3.0.15" | ||
"@turf/helpers": "^3.0.16" | ||
} | ||
} |
@@ -1,6 +0,6 @@ | ||
# turf-tin | ||
# @turf/tin | ||
# tin | ||
Takes a set of [points](Point) and the name of a z-value property and | ||
Takes a set of [points](http://geojson.org/geojson-spec.html#point) and the name of a z-value property and | ||
creates a [Triangulated Irregular Network](http://en.wikipedia.org/wiki/Triangulated_irregular_network), | ||
@@ -16,3 +16,3 @@ or a TIN for short, returned as a collection of Polygons. These are often used | ||
- `points` **FeatureCollection<Point>** input points | ||
- `points` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Point](http://geojson.org/geojson-spec.html#point)>** input points | ||
- `z` **\[[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)]** name of the property from which to pull z values | ||
@@ -45,3 +45,3 @@ This is optional: if not given, then there will be no extra data added to the derived triangles. | ||
Returns **FeatureCollection<Polygon>** TIN output | ||
Returns **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** TIN output | ||
@@ -60,3 +60,3 @@ --- | ||
```sh | ||
$ npm install turf-tin | ||
$ npm install @turf/tin | ||
``` | ||
@@ -67,3 +67,3 @@ | ||
```sh | ||
$ npm install turf | ||
$ npm install @turf/turf | ||
``` |
12234
Updated@turf/helpers@^3.0.16