@turf/interpolate
Advanced tools
Comparing version 4.5.0 to 4.6.0
@@ -53,11 +53,15 @@ var meta = require('@turf/meta'); | ||
case 'point': | ||
case 'points': | ||
grid = poinGrid(box, cellSize, units, true); | ||
break; | ||
case 'square': | ||
case 'squares': | ||
grid = squareGrid(box, cellSize, units); | ||
break; | ||
case 'hex': | ||
case 'hexes': | ||
grid = hexGrid(box, cellSize, units); | ||
break; | ||
case 'triangle': | ||
case 'triangles': | ||
grid = triangleGrid(box, cellSize, units); | ||
@@ -64,0 +68,0 @@ break; |
{ | ||
"name": "@turf/interpolate", | ||
"version": "4.5.0", | ||
"version": "4.6.0", | ||
"description": "turf interpolate module", | ||
@@ -34,3 +34,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@turf/truncate": "^4.5.2", | ||
"@turf/truncate": "^4.6.0", | ||
"benchmark": "^2.1.4", | ||
@@ -43,13 +43,13 @@ "chromatism": "2.6.0", | ||
"dependencies": { | ||
"@turf/bbox": "^4.5.2", | ||
"@turf/distance": "^4.5.2", | ||
"@turf/helpers": "^4.5.2", | ||
"@turf/invariant": "^4.5.2", | ||
"@turf/centroid": "^4.5.2", | ||
"@turf/square-grid": "^4.5.2", | ||
"@turf/triangle-grid": "^4.5.2", | ||
"@turf/hex-grid": "^4.5.2", | ||
"@turf/meta": "^4.5.2", | ||
"@turf/point-grid": "^4.5.2" | ||
"@turf/bbox": "^4.6.0", | ||
"@turf/centroid": "^4.6.0", | ||
"@turf/distance": "^4.6.0", | ||
"@turf/helpers": "^4.6.0", | ||
"@turf/hex-grid": "^4.6.0", | ||
"@turf/invariant": "^4.6.0", | ||
"@turf/meta": "^4.6.0", | ||
"@turf/point-grid": "^4.6.0", | ||
"@turf/square-grid": "^4.6.0", | ||
"@turf/triangle-grid": "^4.6.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
9370
107
Updated@turf/bbox@^4.6.0
Updated@turf/centroid@^4.6.0
Updated@turf/distance@^4.6.0
Updated@turf/helpers@^4.6.0
Updated@turf/hex-grid@^4.6.0
Updated@turf/invariant@^4.6.0
Updated@turf/meta@^4.6.0
Updated@turf/point-grid@^4.6.0
Updated@turf/square-grid@^4.6.0
Updated@turf/triangle-grid@^4.6.0