Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

turf-combine

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf-combine - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.travis.yml

2

package.json
{
"name": "turf-combine",
"version": "0.0.1",
"version": "0.0.2",
"description": "turf combine module",

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

turf-combine
============
[![build status](https://secure.travis-ci.org/Turfjs/turf-combine.png)](http://travis-ci.org/Turfjs/turf-combine)
Combines feature collection of point, linestring, or polygon features into multipoint, multilinestring, or multipolygon features.
```js
var combine = require('turf-combine')
var point = require('turf-point')
var featurecollection = require('turf-featurecollection')
var pt1 = point(50, 1)
var pt2 = point(100, 101)
var fc = featurecollection([pt1, pt2])
var combined = combine(fc)
console.log(combined)
```
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc