turf-square
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "turf-square", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "turf square module", | ||
@@ -26,9 +26,9 @@ "main": "index.js", | ||
"devDependencies": { | ||
"tape": "^2.12.3" | ||
"tape": "^2.13.4" | ||
}, | ||
"dependencies": { | ||
"turf-distance": "^0.1.1", | ||
"turf-midpoint": "^0.1.1", | ||
"turf-point": "^0.1.0" | ||
"turf-distance": "^0.1.4", | ||
"turf-midpoint": "^0.1.2", | ||
"turf-point": "^0.1.1" | ||
} | ||
} |
@@ -7,3 +7,23 @@ turf-square | ||
###Install | ||
```sh | ||
npm install turf-square | ||
``` | ||
###Parameters | ||
|name|description| | ||
|---|---| | ||
|bbox|[xmin, ymin, xmay, ymax]| | ||
###Usage | ||
```js | ||
square(bbox) | ||
``` | ||
###Example | ||
```js | ||
var square = require('turf-square') | ||
@@ -10,0 +30,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
4310
36
Updatedturf-distance@^0.1.4
Updatedturf-midpoint@^0.1.2
Updatedturf-point@^0.1.1