@turf/union
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -42,12 +42,7 @@ var jsts = require('jsts'); | ||
* }; | ||
* var polygons = { | ||
* "type": "FeatureCollection", | ||
* "features": [poly1, poly2] | ||
* }; | ||
* | ||
* var union = turf.union(poly1, poly2); | ||
* | ||
* //=polygons | ||
* | ||
* //=union | ||
* //addToMap | ||
* var addToMap = [poly1, poly2, union]; | ||
*/ | ||
@@ -54,0 +49,0 @@ module.exports = function () { |
{ | ||
"name": "@turf/union", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "turf union module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -46,12 +46,7 @@ # @turf/union | ||
}; | ||
var polygons = { | ||
"type": "FeatureCollection", | ||
"features": [poly1, poly2] | ||
}; | ||
var union = turf.union(poly1, poly2); | ||
//=polygons | ||
//=union | ||
//addToMap | ||
var addToMap = [poly1, poly2, union]; | ||
``` | ||
@@ -58,0 +53,0 @@ |
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
6006
68
79