@turf/collect
Advanced tools
Comparing version 3.0.15 to 3.0.16
{ | ||
"name": "@turf/collect", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "turf aggregate module", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/Turfjs/turf-aggregate.git" | ||
"url": "git://github.com/Turfjs/turf.git" | ||
}, | ||
@@ -25,13 +25,13 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Turfjs/turf-aggregate/issues" | ||
"url": "https://github.com/Turfjs/turf/issues" | ||
}, | ||
"homepage": "https://github.com/Turfjs/turf-aggregate", | ||
"homepage": "https://github.com/Turfjs/turf", | ||
"devDependencies": { | ||
"benchmark": "^1.0.0", | ||
"tape": "^3.5.0", | ||
"@turf/helpers": "^3.0.15" | ||
"@turf/helpers": "^3.0.16" | ||
}, | ||
"dependencies": { | ||
"@turf/inside": "^3.0.15" | ||
"@turf/inside": "^3.0.16" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# turf-collect | ||
# @turf/collect | ||
@@ -13,4 +13,4 @@ # collect | ||
- `polygons` **FeatureCollection<Polygon>** polygons with values on which to aggregate | ||
- `points` **FeatureCollection<Point>** points to be aggregated | ||
- `polygons` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** polygons with values on which to aggregate | ||
- `points` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Point](http://geojson.org/geojson-spec.html#point)>** points to be aggregated | ||
- `inProperty` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** property to be nested from | ||
@@ -36,3 +36,3 @@ - `outProperty` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** property to be nested into | ||
Returns **FeatureCollection<Polygon>** polygons with properties listed based on `outField` | ||
Returns **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** polygons with properties listed based on `outField` | ||
@@ -51,3 +51,3 @@ --- | ||
```sh | ||
$ npm install turf-collect | ||
$ npm install @turf/collect | ||
``` | ||
@@ -58,3 +58,3 @@ | ||
```sh | ||
$ npm install turf | ||
$ npm install @turf/turf | ||
``` |
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
8620
Updated@turf/inside@^3.0.16