@turf/meta
Advanced tools
Comparing version 5.1.5 to 5.1.6
@@ -110,2 +110,3 @@ import { feature, lineString } from '@turf/helpers'; | ||
for (j = 0; j < coords.length; j++) { | ||
if (geomType === 'MultiPolygon') geometryIndex = 0; | ||
for (k = 0; k < coords[j].length; k++) { | ||
@@ -116,3 +117,3 @@ for (l = 0; l < coords[j][k].length - wrapShrink; l++) { | ||
} | ||
if (geomType === 'Polygon') geometryIndex++; | ||
geometryIndex++; | ||
} | ||
@@ -119,0 +120,0 @@ multiFeatureIndex++; |
@@ -110,2 +110,3 @@ import { feature, lineString } from '@turf/helpers'; | ||
for (j = 0; j < coords.length; j++) { | ||
if (geomType === 'MultiPolygon') geometryIndex = 0; | ||
for (k = 0; k < coords[j].length; k++) { | ||
@@ -116,3 +117,3 @@ for (l = 0; l < coords[j][k].length - wrapShrink; l++) { | ||
} | ||
if (geomType === 'Polygon') geometryIndex++; | ||
geometryIndex++; | ||
} | ||
@@ -119,0 +120,0 @@ multiFeatureIndex++; |
@@ -114,2 +114,3 @@ 'use strict'; | ||
for (j = 0; j < coords.length; j++) { | ||
if (geomType === 'MultiPolygon') geometryIndex = 0; | ||
for (k = 0; k < coords[j].length; k++) { | ||
@@ -120,3 +121,3 @@ for (l = 0; l < coords[j][k].length - wrapShrink; l++) { | ||
} | ||
if (geomType === 'Polygon') geometryIndex++; | ||
geometryIndex++; | ||
} | ||
@@ -123,0 +124,0 @@ multiFeatureIndex++; |
{ | ||
"name": "@turf/meta", | ||
"version": "5.1.5", | ||
"version": "5.1.6", | ||
"description": "turf meta module", | ||
@@ -5,0 +5,0 @@ "main": "main.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
153199
2746