bruce-cesium 4.2.6 → 4.2.7

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.
@@ -14203,7 +14203,7 @@
14203
14203
  });
14204
14204
  };
14205
14205
  Styler.prototype.getEntityIdsForQueue = function () {
14206
- var BATCH_SIZE = 30;
14206
+ var BATCH_SIZE = 500;
14207
14207
  return this.recordLoadQueue.splice(0, BATCH_SIZE);
14208
14208
  };
14209
14209
  Styler.prototype.getEntityRego = function (entityId) {
@@ -25744,7 +25744,7 @@
25744
25744
  ViewRenderEngine.Render = Render;
25745
25745
  })(exports.ViewRenderEngine || (exports.ViewRenderEngine = {}));
25746
25746
 
25747
- var VERSION = "4.2.6";
25747
+ var VERSION = "4.2.7";
25748
25748
 
25749
25749
  exports.VERSION = VERSION;
25750
25750
  exports.CesiumParabola = CesiumParabola;