bruce-cesium 2.4.7 → 2.4.8

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.
@@ -4078,7 +4078,8 @@
4078
4078
  accountId: this.apiGetter.accountId,
4079
4079
  tagIds: tagIds ? [].concat(tagIds) : [],
4080
4080
  suppressShow: wasClustered,
4081
- name: cEntity.name
4081
+ name: cEntity.name,
4082
+ cdn: this.item.cdnEnabled
4082
4083
  };
4083
4084
  this.visualsManager.AddRego({
4084
4085
  rego: rego,
@@ -14604,7 +14605,7 @@
14604
14605
  ViewerUtils.CreateWidgets = CreateWidgets;
14605
14606
  })(exports.ViewerUtils || (exports.ViewerUtils = {}));
14606
14607
 
14607
- var VERSION$1 = "2.4.7";
14608
+ var VERSION$1 = "2.4.8";
14608
14609
 
14609
14610
  exports.VERSION = VERSION$1;
14610
14611
  exports.CesiumViewMonitor = CesiumViewMonitor;