@turf/line-arc
Advanced tools
Comparing version 4.5.2 to 4.6.0
@@ -18,10 +18,3 @@ var destination = require('@turf/destination'); | ||
* @example | ||
* var center = { | ||
* "type": "Feature", | ||
* "properties": {}, | ||
* "geometry": { | ||
* "type": "Point", | ||
* "coordinates": [-75, 40] | ||
* } | ||
* } | ||
* var center = turf.point([-75, 40]); | ||
* var radius = 5; | ||
@@ -28,0 +21,0 @@ * var bearing1 = 25; |
{ | ||
"name": "@turf/line-arc", | ||
"version": "4.5.2", | ||
"version": "4.6.0", | ||
"description": "turf line-arc module", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@turf/truncate": "^4.5.2", | ||
"@turf/truncate": "^4.6.0", | ||
"benchmark": "^2.1.4", | ||
@@ -38,6 +38,6 @@ "load-json-file": "^2.0.0", | ||
"dependencies": { | ||
"@turf/circle": "^4.5.2", | ||
"@turf/destination": "^4.5.2", | ||
"@turf/helpers": "^4.5.2" | ||
"@turf/circle": "^4.6.0", | ||
"@turf/destination": "^4.6.0", | ||
"@turf/helpers": "^4.6.0" | ||
} | ||
} |
@@ -20,10 +20,3 @@ # @turf/line-arc | ||
```javascript | ||
var center = { | ||
"type": "Feature", | ||
"properties": {}, | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [-75, 40] | ||
} | ||
} | ||
var center = turf.point([-75, 40]); | ||
var radius = 5; | ||
@@ -30,0 +23,0 @@ var bearing1 = 25; |
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
7098
79
57
Updated@turf/circle@^4.6.0
Updated@turf/destination@^4.6.0
Updated@turf/helpers@^4.6.0