@loaders.gl/i3s 4.3.1 → 4.3.3

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,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.0" !== 'undefined' ? "4.3.0" : 'latest';
4
+ const VERSION = typeof "4.3.2" !== 'undefined' ? "4.3.2" : '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, end) {
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 */
@@ -14684,31 +14684,35 @@ var __exports__ = (() => {
14684
14684
  extensions: ["3dSceneLayer.json.gz"]
14685
14685
  },
14686
14686
  {
14687
- test: /^nodepages\/\d+$/,
14687
+ test: /nodepages\/\d+$/,
14688
14688
  extensions: [".json.gz"]
14689
14689
  },
14690
14690
  {
14691
- test: /^nodes\/(\d+|root)$/,
14691
+ test: /sublayers\/\d+$/,
14692
+ extensions: ["/3dSceneLayer.json.gz"]
14693
+ },
14694
+ {
14695
+ test: /nodes\/(\d+|root)$/,
14692
14696
  extensions: ["/3dNodeIndexDocument.json.gz"]
14693
14697
  },
14694
14698
  {
14695
- test: /^nodes\/\d+\/textures\/.+$/,
14699
+ test: /nodes\/\d+\/textures\/.+$/,
14696
14700
  extensions: [".jpg", ".png", ".bin.dds.gz", ".ktx", ".ktx2"]
14697
14701
  },
14698
14702
  {
14699
- test: /^nodes\/\d+\/geometries\/\d+$/,
14703
+ test: /nodes\/\d+\/geometries\/\d+$/,
14700
14704
  extensions: [".bin.gz", ".draco.gz"]
14701
14705
  },
14702
14706
  {
14703
- test: /^nodes\/\d+\/attributes\/f_\d+\/\d+$/,
14707
+ test: /nodes\/\d+\/attributes\/f_\d+\/\d+$/,
14704
14708
  extensions: [".bin.gz"]
14705
14709
  },
14706
14710
  {
14707
- test: /^statistics\/f_\d+\/\d+$/,
14711
+ test: /statistics\/(f_\d+\/\d+|summary)$/,
14708
14712
  extensions: [".json.gz"]
14709
14713
  },
14710
14714
  {
14711
- test: /^nodes\/\d+\/shared$/,
14715
+ test: /nodes\/\d+\/shared$/,
14712
14716
  extensions: ["/sharedResource.json.gz"]
14713
14717
  }
14714
14718
  ];