Socket
Socket
Sign inDemoInstall

turf-union

Package Overview
Dependencies
1
Maintainers
9
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.10 to 3.0.12

2

package.json
{
"name": "turf-union",
"version": "3.0.10",
"version": "3.0.12",
"description": "find the union of geographic features",

@@ -5,0 +5,0 @@ "main": "index.js",

# turf-union
[![build status](https://secure.travis-ci.org/Turfjs/turf-union.png)](http://travis-ci.org/Turfjs/turf-union)
# union
find the union of geographic features
Takes two [polygons](Polygon) and returns a combined polygon. If the input polygons are not contiguous, this function returns a [MultiPolygon](MultiPolygon) feature.
**Parameters**
### `turf.union(poly1, poly2)`
- `poly1` **Feature<Polygon>** input polygon
- `poly2` **Feature<Polygon>** another input polygon
Takes two Polygon|polygons and returns a combined polygon. If the input polygons are not contiguous, this function returns a MultiPolygon feature.
**Examples**
### Parameters
| parameter | type | description |
| --------- | -------------------- | --------------------- |
| `poly1` | Feature\.\<Polygon\> | input polygon |
| `poly2` | Feature\.\<Polygon\> | another input polygon |
### Example
```js
```javascript
var poly1 = {

@@ -68,9 +59,15 @@ "type": "Feature",

Returns **Feature&lt;(Polygon | MultiPolygon)>** a combined [Polygon](Polygon) or [MultiPolygon](MultiPolygon) feature
**Returns** `Feature.<Polygon|MultiPolygon>`, a combined Polygon or MultiPolygon feature
---
## Installation
This module is part of the [Turfjs project](http://turfjs.org/), an open source
module collection dedicated to geographic algorithms. It is maintained in the
[Turfjs/turf](https://github.com/Turfjs/turf) repository, where you can create
PRs and issues.
Requires [nodejs](http://nodejs.org/).
### Installation
Install this module individually:
```sh

@@ -80,8 +77,6 @@ $ npm install turf-union

## Tests
Or install the Turf module that includes it as a function:
```sh
$ npm test
$ npm install turf
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc