turf-square-grid
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,3 +7,3 @@ var featurecollection = require('turf-featurecollection'); | ||
/** | ||
* Takes a bounding box and a cell depth and returns a {@link FeatureCollection} of {@link Point} features in a grid. | ||
* Takes a bounding box and a cell depth and returns a {@link FeatureCollection} of {@link Polygon} features in a grid. | ||
* | ||
@@ -51,2 +51,2 @@ * @module turf/square-grid | ||
return fc; | ||
} | ||
} |
{ | ||
"name": "turf-square-grid", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,3 @@ # turf-square-grid | ||
Takes a bounding box and a cell depth and returns a FeatureCollection of Point features in a grid. | ||
Takes a bounding box and a cell depth and returns a FeatureCollection of Polygon features in a grid. | ||
@@ -13,0 +13,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
1675457
115