@turf/collect
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "@turf/collect", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "turf collect module", | ||
"main": "index", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"index.js", | ||
"index.ts" | ||
"index.d.ts" | ||
], | ||
@@ -41,3 +42,5 @@ "scripts": { | ||
"typescript": "*", | ||
"tape": "*" | ||
"tape": "*", | ||
"tslint": "*", | ||
"@types/tape": "*" | ||
}, | ||
@@ -44,0 +47,0 @@ "dependencies": { |
@@ -15,6 +15,6 @@ # @turf/collect | ||
- `polygons` **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** polygons with values on which to aggregate | ||
- `points` **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** points to be aggregated | ||
- `inProperty` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** property to be nested from | ||
- `outProperty` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** property to be nested into | ||
- `polygons` **[FeatureCollection][1]<[Polygon][2]>** polygons with values on which to aggregate | ||
- `points` **[FeatureCollection][1]<[Point][3]>** points to be aggregated | ||
- `inProperty` **[string][4]** property to be nested from | ||
- `outProperty` **[string][4]** property to be nested into | ||
@@ -41,4 +41,12 @@ **Examples** | ||
Returns **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** polygons with properties listed based on `outField` | ||
Returns **[FeatureCollection][1]<[Polygon][2]>** polygons with properties listed based on `outField` | ||
[1]: https://tools.ietf.org/html/rfc7946#section-3.3 | ||
[2]: https://tools.ietf.org/html/rfc7946#section-3.1.6 | ||
[3]: https://tools.ietf.org/html/rfc7946#section-3.1.2 | ||
[4]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String | ||
<!-- This file is automatically generated. Please don't edit it directly: | ||
@@ -45,0 +53,0 @@ if you find an error, edit the source file (likely index.js), and re-run |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
74
0
7401
5
4
64