@turf/buffer
Advanced tools
Comparing version 3.0.15 to 3.0.16
{ | ||
"name": "@turf/buffer", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "turf buffer module", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/Turfjs/turf-buffer.git" | ||
"url": "git://github.com/Turfjs/turf.git" | ||
}, | ||
@@ -26,5 +26,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Turfjs/turf-buffer/issues" | ||
"url": "https://github.com/Turfjs/turf/issues" | ||
}, | ||
"homepage": "https://github.com/Turfjs/turf-buffer", | ||
"homepage": "https://github.com/Turfjs/turf", | ||
"devDependencies": { | ||
@@ -34,5 +34,5 @@ "benchmark": "^1.0.0", | ||
"tape": "^3.5.0", | ||
"@turf/distance": "^3.0.15", | ||
"@turf/bbox": "^3.0.15", | ||
"@turf/helpers": "^3.0.15" | ||
"@turf/distance": "^3.0.16", | ||
"@turf/bbox": "^3.0.16", | ||
"@turf/helpers": "^3.0.16" | ||
}, | ||
@@ -42,5 +42,5 @@ "dependencies": { | ||
"jsts": "1.1.2", | ||
"@turf/combine": "^3.0.15", | ||
"@turf/helpers": "^3.0.15" | ||
"@turf/combine": "^3.0.16", | ||
"@turf/helpers": "^3.0.16" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# turf-buffer | ||
# @turf/buffer | ||
@@ -9,3 +9,3 @@ # buffer | ||
- `feature` **(Feature | FeatureCollection)** input to be buffered | ||
- `feature` **([Feature](http://geojson.org/geojson-spec.html#feature-objects) \| [FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects))** input to be buffered | ||
- `distance` **[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)** distance to draw the buffer | ||
@@ -33,3 +33,3 @@ - `unit` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** any of the options supported by turf units | ||
Returns **(FeatureCollection<Polygon> | FeatureCollection<MultiPolygon> | Polygon | MultiPolygon)** buffered features | ||
Returns **([FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)> | [FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[MultiPolygon](http://geojson.org/geojson-spec.html#multipolygon)> | [Polygon](http://geojson.org/geojson-spec.html#polygon) \| [MultiPolygon](http://geojson.org/geojson-spec.html#multipolygon))** buffered features | ||
@@ -48,3 +48,3 @@ --- | ||
```sh | ||
$ npm install turf-buffer | ||
$ npm install @turf/buffer | ||
``` | ||
@@ -55,3 +55,3 @@ | ||
```sh | ||
$ npm install turf | ||
$ npm install @turf/turf | ||
``` |
6686
Updated@turf/combine@^3.0.16
Updated@turf/helpers@^3.0.16