bruce-cesium 2.7.9 → 2.8.0

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.
@@ -9144,7 +9144,6 @@
9144
9144
  drawnIds.push(rego.entityId);
9145
9145
  if (rego.relation) {
9146
9146
  drawnIds.push(rego.relation["Principal.Entity.ID"]);
9147
- drawnIds.push(rego.relation["Related.Entity.ID"]);
9148
9147
  }
9149
9148
  }
9150
9149
  }
@@ -15428,7 +15427,7 @@
15428
15427
  ViewerUtils.CreateWidgets = CreateWidgets;
15429
15428
  })(exports.ViewerUtils || (exports.ViewerUtils = {}));
15430
15429
 
15431
- var VERSION$1 = "2.7.9";
15430
+ var VERSION$1 = "2.8.0";
15432
15431
 
15433
15432
  exports.VERSION = VERSION$1;
15434
15433
  exports.CesiumViewMonitor = CesiumViewMonitor;