@loaders.gl/kml 4.0.0 → 4.0.1

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.
Files changed (2) hide show
  1. package/dist/dist.dev.js +4 -4
  2. package/package.json +5 -5
package/dist/dist.dev.js CHANGED
@@ -5078,7 +5078,7 @@ var __exports__ = (() => {
5078
5078
  }
5079
5079
  };
5080
5080
 
5081
- // ../gis/src/lib/flat-geojson-to-binary.ts
5081
+ // ../gis/src/lib/binary-features/flat-geojson-to-binary.ts
5082
5082
  function flatGeojsonToBinary(features, geometryInfo, options) {
5083
5083
  const propArrayTypes = extractNumericPropTypes(features);
5084
5084
  const numericPropKeys = Object.keys(propArrayTypes).filter((k) => propArrayTypes[k] !== Array);
@@ -5390,7 +5390,7 @@ var __exports__ = (() => {
5390
5390
  return constructor === Float64Array || Math.fround(x) !== x ? Float64Array : Float32Array;
5391
5391
  }
5392
5392
 
5393
- // ../gis/src/lib/extract-geometry-info.ts
5393
+ // ../gis/src/lib/binary-features/extract-geometry-info.ts
5394
5394
  function extractGeometryInfo(features) {
5395
5395
  let pointPositionsCount = 0;
5396
5396
  let pointFeaturesCount = 0;
@@ -5475,7 +5475,7 @@ var __exports__ = (() => {
5475
5475
  };
5476
5476
  }
5477
5477
 
5478
- // ../gis/src/lib/geojson-to-flat-geojson.ts
5478
+ // ../gis/src/lib/binary-features/geojson-to-flat-geojson.ts
5479
5479
  function geojsonToFlatGeojson(features, options = {
5480
5480
  coordLength: 2,
5481
5481
  fixRingWinding: true
@@ -5571,7 +5571,7 @@ var __exports__ = (() => {
5571
5571
  };
5572
5572
  }
5573
5573
 
5574
- // ../gis/src/lib/geojson-to-binary.ts
5574
+ // ../gis/src/lib/binary-features/geojson-to-binary.ts
5575
5575
  function geojsonToBinary(features, options = {
5576
5576
  fixRingWinding: true,
5577
5577
  triangulate: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/kml",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Framework-independent loader for the KML format",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -40,11 +40,11 @@
40
40
  "build-bundle": "ocular-bundle ./src/index.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@loaders.gl/gis": "4.0.0",
44
- "@loaders.gl/loader-utils": "4.0.0",
45
- "@loaders.gl/schema": "4.0.0",
43
+ "@loaders.gl/gis": "4.0.1",
44
+ "@loaders.gl/loader-utils": "4.0.1",
45
+ "@loaders.gl/schema": "4.0.1",
46
46
  "@tmcw/togeojson": "^4.5.0",
47
47
  "@xmldom/xmldom": "^0.7.13"
48
48
  },
49
- "gitHead": "9b4211dc0ecd4134a1638ac0a29c5ea9008fd971"
49
+ "gitHead": "765e5a26a6bf3f2cc02cabffc4a1e3665ec92a53"
50
50
  }