@turf/point-grid
Advanced tools
Comparing version 3.13.1 to 3.14.0
@@ -13,3 +13,3 @@ var point = require('@turf/helpers').point; | ||
* @param {string} [units=kilometers] used in calculating cellSize, can be degrees, radians, miles, or kilometers | ||
* @return {FeatureCollection<Point>} grid of points | ||
* @returns {FeatureCollection<Point>} grid of points | ||
* @example | ||
@@ -24,3 +24,3 @@ * var extent = [-70.823364, -33.553984, -70.473175, -33.302986]; | ||
*/ | ||
module.exports = function pointGrid(bbox, cellSize, units) { | ||
module.exports = function (bbox, cellSize, units) { | ||
var results = []; | ||
@@ -27,0 +27,0 @@ |
{ | ||
"name": "@turf/point-grid", | ||
"version": "3.13.1", | ||
"version": "3.14.0", | ||
"description": "turf point-grid module", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@turf/meta": "^3.13.0", | ||
"@turf/meta": "^3.14.0", | ||
"benchmark": "^2.1.3", | ||
@@ -40,6 +40,6 @@ "load-json-file": "^2.0.0", | ||
"dependencies": { | ||
"@turf/bbox": "^3.13.0", | ||
"@turf/distance": "^3.13.0", | ||
"@turf/bbox": "^3.14.0", | ||
"@turf/distance": "^3.14.0", | ||
"@turf/helpers": "^3.13.0" | ||
} | ||
} |
6163
Updated@turf/bbox@^3.14.0
Updated@turf/distance@^3.14.0