@turf/line-slice-along
Advanced tools
Comparing version 3.7.4 to 3.7.5
@@ -44,3 +44,3 @@ var bearing = require('@turf/bearing'); | ||
* | ||
* var sliced = turf.lineSliceAlong(start, stop, line, units); | ||
* var sliced = turf.lineSliceAlong(line, start, stop, units); | ||
* | ||
@@ -47,0 +47,0 @@ * //=line |
{ | ||
"name": "@turf/line-slice-along", | ||
"version": "3.7.4", | ||
"version": "3.7.5", | ||
"description": "create line segment based on start and end distance on a given line string", | ||
@@ -27,11 +27,11 @@ "main": "index.js", | ||
"tape": "^3.5.0", | ||
"@turf/along": "^3.7.3" | ||
"@turf/along": "^3.7.5" | ||
}, | ||
"dependencies": { | ||
"@turf/bearing": "^3.7.3", | ||
"@turf/destination": "^3.7.3", | ||
"@turf/distance": "^3.7.3", | ||
"@turf/helpers": "^3.7.3" | ||
"@turf/bearing": "^3.7.5", | ||
"@turf/destination": "^3.7.5", | ||
"@turf/distance": "^3.7.5", | ||
"@turf/helpers": "^3.7.5" | ||
}, | ||
"types": "index.d.ts" | ||
} |
@@ -44,3 +44,3 @@ # @turf/line-slice-along | ||
var sliced = turf.lineSliceAlong(start, stop, line, units); | ||
var sliced = turf.lineSliceAlong(line, start, stop, units); | ||
@@ -47,0 +47,0 @@ //=line |
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
Updated@turf/bearing@^3.7.5
Updated@turf/destination@^3.7.5
Updated@turf/distance@^3.7.5
Updated@turf/helpers@^3.7.5