@turf/meta
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -65,2 +65,5 @@ /** | ||
callback(coords[j][k][l]); | ||
} else if (geometry.type === 'GeometryCollection') { | ||
for (j = 0; j < geometry.geometries.length; j++) | ||
coordEach(geometry.geometries[j], callback, excludeWrapCoord); | ||
} else { | ||
@@ -67,0 +70,0 @@ throw new Error('Unknown Geometry Type'); |
{ | ||
"name": "@turf/meta", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "meta and functional programming helpers for turf modules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
16093
322