@turf/circle
Advanced tools
Comparing version 3.0.15 to 3.0.16
{ | ||
"name": "@turf/circle", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "turf circle module", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/Turfjs/turf-circle.git" | ||
"url": "git://github.com/Turfjs/turf.git" | ||
}, | ||
@@ -29,15 +29,15 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Turfjs/turf-circle/issues" | ||
"url": "https://github.com/Turfjs/turf/issues" | ||
}, | ||
"homepage": "https://github.com/Turfjs/turf-circle", | ||
"homepage": "https://github.com/Turfjs/turf", | ||
"devDependencies": { | ||
"benchmark": "^1.0.0", | ||
"tape": "^3.5.0", | ||
"@turf/distance": "^3.0.15", | ||
"@turf/inside": "^3.0.15" | ||
"@turf/distance": "^3.0.16", | ||
"@turf/inside": "^3.0.16" | ||
}, | ||
"dependencies": { | ||
"@turf/destination": "^3.0.15", | ||
"@turf/helpers": "^3.0.15" | ||
"@turf/destination": "^3.0.16", | ||
"@turf/helpers": "^3.0.16" | ||
} | ||
} |
@@ -1,10 +0,10 @@ | ||
# turf-circle | ||
# @turf/circle | ||
# circle | ||
Takes a [Point](Point) and calculates the circle polygon given a radius in degrees, radians, miles, or kilometers; and steps for precision. | ||
Takes a [Point](http://geojson.org/geojson-spec.html#point) and calculates the circle polygon given a radius in degrees, radians, miles, or kilometers; and steps for precision. | ||
**Parameters** | ||
- `center` **Feature<Point>** center point | ||
- `center` **[Feature](http://geojson.org/geojson-spec.html#feature-objects)<[Point](http://geojson.org/geojson-spec.html#point)>** center point | ||
- `radius` **[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)** radius of the circle | ||
@@ -41,3 +41,3 @@ - `steps` **[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)** number of steps | ||
Returns **Feature<Polygon>** circle polygon | ||
Returns **[Feature](http://geojson.org/geojson-spec.html#feature-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** circle polygon | ||
@@ -56,3 +56,3 @@ --- | ||
```sh | ||
$ npm install turf-circle | ||
$ npm install @turf/circle | ||
``` | ||
@@ -63,3 +63,3 @@ | ||
```sh | ||
$ npm install turf | ||
$ npm install @turf/turf | ||
``` |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6270
0
0
Updated@turf/destination@^3.0.16
Updated@turf/helpers@^3.0.16