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.
- package/dist/bruce-cesium.es5.js +3 -3
- package/dist/bruce-cesium.es5.js.map +1 -1
- package/dist/bruce-cesium.umd.js +2 -2
- package/dist/bruce-cesium.umd.js.map +1 -1
- package/dist/lib/bruce-cesium.js +1 -1
- package/dist/lib/rendering/tileset-render-engine.js +1 -1
- package/dist/lib/rendering/tileset-render-engine.js.map +1 -1
- package/dist/types/bruce-cesium.d.ts +1 -1
- package/package.json +1 -1
package/dist/bruce-cesium.umd.js
CHANGED
|
@@ -14203,7 +14203,7 @@
|
|
|
14203
14203
|
});
|
|
14204
14204
|
};
|
|
14205
14205
|
Styler.prototype.getEntityIdsForQueue = function () {
|
|
14206
|
-
var BATCH_SIZE =
|
|
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.
|
|
25747
|
+
var VERSION = "4.2.7";
|
|
25748
25748
|
|
|
25749
25749
|
exports.VERSION = VERSION;
|
|
25750
25750
|
exports.CesiumParabola = CesiumParabola;
|