bruce-cesium 6.2.3 → 6.2.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.
@@ -20945,7 +20945,7 @@
20945
20945
  cacheToken: tileset.generateVersion,
20946
20946
  api: api
20947
20947
  });
20948
- return window.LCCRender.load({
20948
+ return LCCRender.load({
20949
20949
  camera: viewer.camera,
20950
20950
  scene: viewer.scene,
20951
20951
  dataPath: loadUrl,
@@ -20966,6 +20966,7 @@
20966
20966
  console.warn("[XGridsRenderEngine] Remove() LCCRender library not available.");
20967
20967
  return;
20968
20968
  }
20969
+ LCCRender.unload(renderObject);
20969
20970
  }
20970
20971
  XGridsRenderEngine.Remove = Remove;
20971
20972
  })(exports.XGridsRenderEngine || (exports.XGridsRenderEngine = {}));
@@ -34471,7 +34472,7 @@
34471
34472
  }
34472
34473
  }
34473
34474
 
34474
- const VERSION = "6.2.3";
34475
+ const VERSION = "6.2.4";
34475
34476
 
34476
34477
  exports.VERSION = VERSION;
34477
34478
  exports.isOutlineChanged = isOutlineChanged;