@turf/line-overlap
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -35,3 +35,5 @@ var lineSegment = require('@turf/line-segment'); | ||
* var overlapping = turf.lineOverlap(line1, line2); | ||
* //= overlapping | ||
* | ||
* //addToMap | ||
* var addToMap = [line1, line2, overlapping] | ||
*/ | ||
@@ -38,0 +40,0 @@ module.exports = function (line1, line2) { |
{ | ||
"name": "@turf/line-overlap", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "turf line-overlap module", | ||
@@ -39,6 +39,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@turf/helpers": "^4.1.0", | ||
"@turf/invariant": "^4.1.0", | ||
"@turf/line-segment": "^4.1.0", | ||
"@turf/meta": "^4.1.0", | ||
"@turf/helpers": "^4.2.0", | ||
"@turf/invariant": "^4.2.0", | ||
"@turf/line-segment": "^4.2.0", | ||
"@turf/meta": "^4.2.0", | ||
"deep-equal": "^1.0.1", | ||
@@ -45,0 +45,0 @@ "geojson-rbush": "^1.0.1" |
@@ -34,3 +34,5 @@ # @turf/line-overlap | ||
var overlapping = turf.lineOverlap(line1, line2); | ||
//= overlapping | ||
//addToMap | ||
var addToMap = [line1, line2, overlapping] | ||
``` | ||
@@ -37,0 +39,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
7979
102
65
Updated@turf/helpers@^4.2.0
Updated@turf/invariant@^4.2.0
Updated@turf/line-segment@^4.2.0
Updated@turf/meta@^4.2.0