@dra2020/baseclient 1.0.37 → 1.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6509,6 +6509,7 @@ function featureRewind(poly) {
6509
6509
  closePoly(poly.geometry.coordinates);
6510
6510
  else if (d === 5)
6511
6511
  poly.geometry.coordinates.forEach(closePoly);
6512
+ poly.geometry.type = d === 4 ? 'Polygon' : 'MultiPolygon';
6512
6513
  }
6513
6514
  return poly;
6514
6515
  }