Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "turf-tin", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "turf tin module", | ||
@@ -25,9 +25,9 @@ "main": "index.js", | ||
"devDependencies": { | ||
"tape": "^2.12.3" | ||
"tape": "^2.13.4" | ||
}, | ||
"dependencies": { | ||
"turf-nearest": "^0.1.0", | ||
"turf-point": "^0.1.0", | ||
"turf-polygon": "^0.1.0" | ||
"turf-nearest": "^0.1.3", | ||
"turf-point": "^0.1.1", | ||
"turf-polygon": "^0.1.1" | ||
} | ||
} |
@@ -7,2 +7,23 @@ turf-tin | ||
###Install | ||
```sh | ||
npm install turf-tin | ||
``` | ||
###Parameters | ||
|name|description| | ||
|---|---| | ||
|pts|a point featurecollection| | ||
|z|a z value to encode| | ||
###Usage | ||
```js | ||
tin(pts, z) | ||
``` | ||
###Example | ||
```javascript | ||
@@ -9,0 +30,0 @@ var tin = require('turf-tin') |
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
18066
38
Updatedturf-nearest@^0.1.3
Updatedturf-point@^0.1.1
Updatedturf-polygon@^0.1.1