@loaders.gl/tile-converter 4.3.2 → 4.4.0-alpha.2

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.
@@ -1,3 +1,3 @@
1
- export declare const sceneServerRouter: import("express-serve-static-core").Router;
2
- export declare const router: import("express-serve-static-core").Router;
1
+ export declare const sceneServerRouter: any;
2
+ export declare const router: any;
3
3
  //# sourceMappingURL=slpk-router.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"slpk-router.d.ts","sourceRoot":"","sources":["../../../src/i3s-server/routes/slpk-router.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,iBAAiB,4CAAmB,CAAC;AAgBlD,eAAO,MAAM,MAAM,4CAAmB,CAAC"}
1
+ {"version":3,"file":"slpk-router.d.ts","sourceRoot":"","sources":["../../../src/i3s-server/routes/slpk-router.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,iBAAiB,EAAE,GAAsB,CAAC;AAgBvD,eAAO,MAAM,MAAM,EAAE,GAAsB,CAAC"}
package/dist/index.cjs CHANGED
@@ -1557,7 +1557,7 @@ function convertNode({ node, images, cartographicOrigin, cartesianModelMatrix, a
1557
1557
  const transformationMatrix = getCompositeTransformationMatrix(node, matrix);
1558
1558
  const mesh = node.mesh;
1559
1559
  if (mesh) {
1560
- convertMesh({
1560
+ convertMeshToTable({
1561
1561
  mesh,
1562
1562
  images,
1563
1563
  cartographicOrigin,
@@ -1579,7 +1579,7 @@ function convertNode({ node, images, cartographicOrigin, cartesianModelMatrix, a
1579
1579
  featureTexture
1580
1580
  });
1581
1581
  }
1582
- function convertMesh({ mesh, images, cartographicOrigin, cartesianModelMatrix, attributesMap, useCartesianPositions = false, matrix, featureTexture }) {
1582
+ function convertMeshToTable({ mesh, images, cartographicOrigin, cartesianModelMatrix, attributesMap, useCartesianPositions = false, matrix, featureTexture }) {
1583
1583
  var _a2;
1584
1584
  for (const primitive of mesh.primitives) {
1585
1585
  let outputAttributes = null;
@@ -2325,7 +2325,7 @@ function convertScreenThresholdToGeometricError(node) {
2325
2325
 
2326
2326
  // dist/pgm-loader.js
2327
2327
  var import_geoid = require("@math.gl/geoid");
2328
- var VERSION = true ? "4.3.1" : "latest";
2328
+ var VERSION = true ? "4.4.0-alpha.1" : "latest";
2329
2329
  var PGMLoader = {
2330
2330
  dataType: null,
2331
2331
  batchType: null,