@loaders.gl/tile-converter 4.3.1 → 4.4.0-alpha.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.
- package/dist/converter-cli.js +4 -3
- package/dist/converter.min.cjs +84 -84
- package/dist/deps-installer/deps-installer.js +1 -1
- package/dist/i3s-converter/helpers/batch-ids-extensions.d.ts.map +1 -1
- package/dist/i3s-converter/helpers/geometry-converter.js +2 -2
- package/dist/i3s-server/bin/i3s-server.min.cjs +79 -79
- package/dist/i3s-server/routes/slpk-router.d.ts +2 -2
- package/dist/i3s-server/routes/slpk-router.d.ts.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +2 -2
- package/dist/pgm-loader.js +1 -1
- package/package.json +17 -17
- package/src/converter-cli.ts +10 -7
- package/src/i3s-converter/helpers/batch-ids-extensions.ts +1 -2
- package/src/i3s-converter/helpers/geometry-converter.ts +2 -2
- package/src/i3s-server/routes/slpk-router.ts +2 -2
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const sceneServerRouter:
|
|
2
|
-
export declare const 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,
|
|
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
|
-
|
|
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
|
|
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.
|
|
2328
|
+
var VERSION = true ? "4.4.0-alpha.0" : "latest";
|
|
2329
2329
|
var PGMLoader = {
|
|
2330
2330
|
dataType: null,
|
|
2331
2331
|
batchType: null,
|