@turf/convex
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -67,9 +67,4 @@ var each = require('@turf/meta').coordEach, | ||
* | ||
* var resultFeatures = points.features.concat(hull); | ||
* var result = { | ||
* "type": "FeatureCollection", | ||
* "features": resultFeatures | ||
* }; | ||
* | ||
* //=result | ||
* //addToMap | ||
* var addToMap = [points, hull] | ||
*/ | ||
@@ -76,0 +71,0 @@ module.exports = function (feature) { |
{ | ||
"name": "@turf/convex", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "turf convex module", | ||
@@ -36,5 +36,5 @@ "main": "index.js", | ||
"convex-hull": "^1.0.3", | ||
"@turf/meta": "^4.1.0", | ||
"@turf/helpers": "^4.1.0" | ||
"@turf/meta": "^4.2.0", | ||
"@turf/helpers": "^4.2.0" | ||
} | ||
} |
@@ -69,9 +69,4 @@ # @turf/convex | ||
var resultFeatures = points.features.concat(hull); | ||
var result = { | ||
"type": "FeatureCollection", | ||
"features": resultFeatures | ||
}; | ||
//=result | ||
//addToMap | ||
var addToMap = [points, hull] | ||
``` | ||
@@ -78,0 +73,0 @@ |
7302
96
99
Updated@turf/helpers@^4.2.0
Updated@turf/meta@^4.2.0