earthsdk3-cesium 3.5.0-beta.20 → 3.5.0-beta.21
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/earthsdk3-cesium.iife.js +4 -4
- package/dist/earthsdk3-cesium.js +11 -12
- package/dist/earthsdk3-cesium.umd.cjs +4 -4
- package/dist/types/CzmObjects/base/InnerClass/CzmImagery/index.d.ts.map +1 -1
- package/dist/types/CzmObjects/general/CzmESTerrainLayer/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/earthsdk3-cesium.js
CHANGED
|
@@ -19261,10 +19261,10 @@ class hn extends L {
|
|
|
19261
19261
|
if (!e.actived)
|
|
19262
19262
|
return;
|
|
19263
19263
|
const { viewer: _ } = e;
|
|
19264
|
-
_ && _.camera.flyTo({
|
|
19265
|
-
destination:
|
|
19264
|
+
_ && (this.rectangle && !Gw(this.rectangle) ? _.camera.flyTo({
|
|
19265
|
+
destination: at(this.rectangle),
|
|
19266
19266
|
duration: v
|
|
19267
|
-
});
|
|
19267
|
+
}) : _.camera.flyHome(v));
|
|
19268
19268
|
}));
|
|
19269
19269
|
}
|
|
19270
19270
|
get flyToEvent() {
|
|
@@ -29603,11 +29603,10 @@ const ul = class ul extends Xi {
|
|
|
29603
29603
|
const { czmViewer: s, sceneObject: n } = this;
|
|
29604
29604
|
if (!s.actived) return !1;
|
|
29605
29605
|
const { viewer: r } = s;
|
|
29606
|
-
return r ? (r.camera.flyTo({
|
|
29607
|
-
destination:
|
|
29606
|
+
return r ? (n.rectangle && !Gw(n.rectangle) ? r.camera.flyTo({
|
|
29607
|
+
destination: at(n.rectangle),
|
|
29608
29608
|
duration: e
|
|
29609
|
-
|
|
29610
|
-
}), !0) : !1;
|
|
29609
|
+
}) : r.camera.flyHome(e), !0) : !1;
|
|
29611
29610
|
}
|
|
29612
29611
|
flyIn(e, o) {
|
|
29613
29612
|
const { sceneObject: s, czmViewer: n } = this;
|
|
@@ -49905,7 +49904,7 @@ let We = wt;
|
|
|
49905
49904
|
ae(We.prototype, We.createDefaultProps);
|
|
49906
49905
|
let rp;
|
|
49907
49906
|
try {
|
|
49908
|
-
const t = "earthsdk3-cesium", i = "3.5.0-beta.
|
|
49907
|
+
const t = "earthsdk3-cesium", i = "3.5.0-beta.21", e = "2025-10-24T06:36:57.000Z", o = "北京西部世界科技有限公司", s = "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn", n = "af1fcfa59ce080208fcc4e95f0924ca6a4ecb503", a = ((Date.now() - 1761287817e3) / 36e5).toFixed(1), l = `%c🌏 ${t}%c ${i}.${n.slice(0, 8)}.${e} (距今${a}个小时)
|
|
49909
49908
|
%c${s ? s + `
|
|
49910
49909
|
` : ""}当前网站正在使用${t},此软件版权归${o}所有
|
|
49911
49910
|
`;
|
|
@@ -49919,7 +49918,7 @@ try {
|
|
|
49919
49918
|
},
|
|
49920
49919
|
// @ts-ignore
|
|
49921
49920
|
get gituri() {
|
|
49922
|
-
return GITURI_ && GITURI_.replace("${commitId}", "
|
|
49921
|
+
return GITURI_ && GITURI_.replace("${commitId}", "af1fcfa59ce080208fcc4e95f0924ca6a4ecb503");
|
|
49923
49922
|
},
|
|
49924
49923
|
// @ts-ignore
|
|
49925
49924
|
get info() {
|
|
@@ -49927,7 +49926,7 @@ try {
|
|
|
49927
49926
|
},
|
|
49928
49927
|
// @ts-ignore
|
|
49929
49928
|
get date() {
|
|
49930
|
-
return "2025-10-
|
|
49929
|
+
return "2025-10-24T06:36:57.000Z";
|
|
49931
49930
|
},
|
|
49932
49931
|
// @ts-ignore
|
|
49933
49932
|
get author() {
|
|
@@ -49935,7 +49934,7 @@ try {
|
|
|
49935
49934
|
},
|
|
49936
49935
|
// @ts-ignore
|
|
49937
49936
|
get version() {
|
|
49938
|
-
return "3.5.0-beta.
|
|
49937
|
+
return "3.5.0-beta.21";
|
|
49939
49938
|
},
|
|
49940
49939
|
// @ts-ignore
|
|
49941
49940
|
get name() {
|
|
@@ -49943,7 +49942,7 @@ try {
|
|
|
49943
49942
|
},
|
|
49944
49943
|
// @ts-ignore
|
|
49945
49944
|
get commitId() {
|
|
49946
|
-
return "
|
|
49945
|
+
return "af1fcfa59ce080208fcc4e95f0924ca6a4ecb503";
|
|
49947
49946
|
},
|
|
49948
49947
|
print() {
|
|
49949
49948
|
console.info(
|