@turf/intersect
Advanced tools
Comparing version 4.5.2 to 4.6.0
@@ -34,3 +34,3 @@ // depend on jsts for now http://bjornharrtell.github.io/jsts/ | ||
* //addToMap | ||
* var addToMap = [poly1, poly2, intersection] | ||
* var addToMap = [poly1, poly2, intersection]; | ||
*/ | ||
@@ -37,0 +37,0 @@ module.exports = function (poly1, poly2) { |
{ | ||
"name": "@turf/intersect", | ||
"version": "4.5.2", | ||
"version": "4.6.0", | ||
"description": "turf intersect module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -37,3 +37,3 @@ # @turf/intersect | ||
//addToMap | ||
var addToMap = [poly1, poly2, intersection] | ||
var addToMap = [poly1, poly2, intersection]; | ||
``` | ||
@@ -40,0 +40,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
6693