@loaders.gl/i3s 4.3.2 → 4.3.4
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/arcgis-webscene-loader.js +1 -1
- package/dist/dist.dev.js +2 -2
- package/dist/dist.min.js +1 -1
- package/dist/i3s-attribute-loader.js +1 -1
- package/dist/i3s-building-scene-layer-loader.js +1 -1
- package/dist/i3s-content-loader.js +1 -1
- package/dist/i3s-content-worker-node.js +2 -2
- package/dist/i3s-content-worker.js +6 -6
- package/dist/i3s-loader.js +1 -1
- package/dist/i3s-node-page-loader.js +1 -1
- package/dist/i3s-slpk-loader.js +1 -1
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/lib/parsers/parse-slpk/slpk-archieve.js +1 -1
- package/package.json +12 -12
- package/src/lib/parsers/parse-slpk/slpk-archieve.ts +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { parseWebscene } from "./lib/parsers/parse-arcgis-webscene.js";
|
|
2
2
|
// __VERSION__ is injected by babel-plugin-version-inline
|
|
3
3
|
// @ts-ignore TS2304: Cannot find name '__VERSION__'.
|
|
4
|
-
const VERSION = typeof "4.3.
|
|
4
|
+
const VERSION = typeof "4.3.3" !== 'undefined' ? "4.3.3" : 'latest';
|
|
5
5
|
/**
|
|
6
6
|
* Loader for ArcGIS WebScene
|
|
7
7
|
* Spec - https://developers.arcgis.com/web-scene-specification/objects/webscene/
|
package/dist/dist.dev.js
CHANGED
|
@@ -4575,7 +4575,7 @@ var __exports__ = (() => {
|
|
|
4575
4575
|
throw new Error("Can't instantiate NodeFile. Make sure to import @loaders.gl/polyfills first.");
|
|
4576
4576
|
}
|
|
4577
4577
|
/** Read data */
|
|
4578
|
-
async read(start,
|
|
4578
|
+
async read(start, length4) {
|
|
4579
4579
|
throw NOT_IMPLEMENTED;
|
|
4580
4580
|
}
|
|
4581
4581
|
/** Write to file. The number of bytes written will be returned */
|
|
@@ -14708,7 +14708,7 @@ var __exports__ = (() => {
|
|
|
14708
14708
|
extensions: [".bin.gz"]
|
|
14709
14709
|
},
|
|
14710
14710
|
{
|
|
14711
|
-
test: /statistics\/f_\d+\/\d
|
|
14711
|
+
test: /statistics\/(f_\d+\/\d+|summary)$/,
|
|
14712
14712
|
extensions: [".json.gz"]
|
|
14713
14713
|
},
|
|
14714
14714
|
{
|