turf-buffer
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "turf-buffer", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "turf buffer module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
turf-buffer | ||
=========== | ||
[![Build Status](https://travis-ci.org/Turfjs/turf-buffer.svg)](https://travis-ci.org/Turfjs/turf-buffer) | ||
Buffers a point, linestring, or polygon Feature/FeatureCollection to a given radius. Units supported are miles, kilometers, and degrees. | ||
```js | ||
var buffer = require('turf-buffer') | ||
var point = require('turf-point') | ||
var pt = point(14.616599, -90.548630) | ||
var unit = 'miles' | ||
var buffered = buffer(pt, 10, unit) | ||
console.log(buffered) | ||
``` |
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
19961
17