bruce-cesium 2.1.2 → 2.1.3
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
|
@@ -4826,7 +4826,7 @@
|
|
|
4826
4826
|
}
|
|
4827
4827
|
};
|
|
4828
4828
|
var pos3d = void 0;
|
|
4829
|
-
if (location.latitude != null && location.longitude != null) {
|
|
4829
|
+
if ((location === null || location === void 0 ? void 0 : location.latitude) != null && (location === null || location === void 0 ? void 0 : location.longitude) != null) {
|
|
4830
4830
|
pos3d = Cesium.Cartesian3.fromDegrees(EnsureNumber(location.longitude), EnsureNumber(location.latitude), EnsureNumber(location.altitude));
|
|
4831
4831
|
}
|
|
4832
4832
|
if (!pos3d) {
|
|
@@ -9696,7 +9696,7 @@
|
|
|
9696
9696
|
ViewRenderEngine.Render = Render;
|
|
9697
9697
|
})(exports.ViewRenderEngine || (exports.ViewRenderEngine = {}));
|
|
9698
9698
|
|
|
9699
|
-
var VERSION = "2.1.
|
|
9699
|
+
var VERSION = "2.1.3";
|
|
9700
9700
|
|
|
9701
9701
|
exports.VERSION = VERSION;
|
|
9702
9702
|
exports.CesiumViewMonitor = CesiumViewMonitor;
|