@turf/combine
Advanced tools
Comparing version 3.0.15 to 3.0.16
{ | ||
"name": "@turf/combine", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "turf combine module", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/Turfjs/turf-combine.git" | ||
"url": "git://github.com/Turfjs/turf.git" | ||
}, | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@turf/meta": "^3.0.15" | ||
"@turf/meta": "^3.0.16" | ||
}, | ||
@@ -28,10 +28,10 @@ "author": "morganherlocker", | ||
"bugs": { | ||
"url": "https://github.com/Turfjs/turf-combine/issues" | ||
"url": "https://github.com/Turfjs/turf/issues" | ||
}, | ||
"homepage": "https://github.com/Turfjs/turf-combine", | ||
"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" | ||
} | ||
} |
@@ -1,13 +0,13 @@ | ||
# turf-combine | ||
# @turf/combine | ||
# combine | ||
Combines a [FeatureCollection](FeatureCollection) of [Point](Point), | ||
[LineString](LineString), or [Polygon](Polygon) features | ||
into [MultiPoint](MultiPoint), [MultiLineString](MultiLineString), or | ||
[MultiPolygon](MultiPolygon) features. | ||
Combines a [FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects) of [Point](http://geojson.org/geojson-spec.html#point), | ||
[LineString](http://geojson.org/geojson-spec.html#linestring), or [Polygon](http://geojson.org/geojson-spec.html#polygon) features | ||
into [MultiPoint](http://geojson.org/geojson-spec.html#multipoint), [MultiLineString](http://geojson.org/geojson-spec.html#multilinestring), or | ||
[MultiPolygon](http://geojson.org/geojson-spec.html#multipolygon) features. | ||
**Parameters** | ||
- `fc` **FeatureCollection<(Point | LineString | Polygon)>** a FeatureCollection of any type | ||
- `fc` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<([Point](http://geojson.org/geojson-spec.html#point) \| [LineString](http://geojson.org/geojson-spec.html#linestring) \| [Polygon](http://geojson.org/geojson-spec.html#polygon))>** a FeatureCollection of any type | ||
@@ -43,3 +43,3 @@ **Examples** | ||
Returns **FeatureCollection<(MultiPoint | MultiLineString | MultiPolygon)>** a FeatureCollection of corresponding type to input | ||
Returns **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<([MultiPoint](http://geojson.org/geojson-spec.html#multipoint) \| [MultiLineString](http://geojson.org/geojson-spec.html#multilinestring) \| [MultiPolygon](http://geojson.org/geojson-spec.html#multipolygon))>** a FeatureCollection of corresponding type to input | ||
@@ -58,3 +58,3 @@ --- | ||
```sh | ||
$ npm install turf-combine | ||
$ npm install @turf/combine | ||
``` | ||
@@ -65,3 +65,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
19687
Updated@turf/meta@^3.0.16