earthsdk3 3.5.0-beta.13 → 3.5.0-beta.14
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.iife.js +4 -4
- package/dist/earthsdk3.js +9 -7
- package/dist/earthsdk3.umd.cjs +4 -4
- package/dist/types/ESObjects/general/ESGeoJson/index.d.ts +1 -0
- package/dist/types/ESObjects/general/ESGeoJson/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/types/xbsj-base/xr-utils/gif/gifuct-js/index.d.ts +0 -101
package/dist/earthsdk3.js
CHANGED
|
@@ -39,7 +39,7 @@ function ld(r) {
|
|
|
39
39
|
}
|
|
40
40
|
let Qa;
|
|
41
41
|
try {
|
|
42
|
-
const r = "earthsdk3", e = "3.5.0-beta.
|
|
42
|
+
const r = "earthsdk3", e = "3.5.0-beta.14", t = "2025-10-16T01:53:04.000Z", n = "北京西部世界科技有限公司", i = "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn", s = "cbb61ed7b700d1e5bd8462a564ea9ca208503e89", a = ((Date.now() - 1760579584e3) / 36e5).toFixed(1), u = `%c🌏 ${r}%c ${e}.${s.slice(0, 8)}.${t} (距今${a}个小时)
|
|
43
43
|
%c${i ? i + `
|
|
44
44
|
` : ""}当前网站正在使用${r},此软件版权归${n}所有
|
|
45
45
|
`;
|
|
@@ -53,7 +53,7 @@ try {
|
|
|
53
53
|
},
|
|
54
54
|
// @ts-ignore
|
|
55
55
|
get gituri() {
|
|
56
|
-
return GITURI_ && GITURI_.replace("${commitId}", "
|
|
56
|
+
return GITURI_ && GITURI_.replace("${commitId}", "cbb61ed7b700d1e5bd8462a564ea9ca208503e89");
|
|
57
57
|
},
|
|
58
58
|
// @ts-ignore
|
|
59
59
|
get info() {
|
|
@@ -61,7 +61,7 @@ try {
|
|
|
61
61
|
},
|
|
62
62
|
// @ts-ignore
|
|
63
63
|
get date() {
|
|
64
|
-
return "2025-10-
|
|
64
|
+
return "2025-10-16T01:53:04.000Z";
|
|
65
65
|
},
|
|
66
66
|
// @ts-ignore
|
|
67
67
|
get author() {
|
|
@@ -69,7 +69,7 @@ try {
|
|
|
69
69
|
},
|
|
70
70
|
// @ts-ignore
|
|
71
71
|
get version() {
|
|
72
|
-
return "3.5.0-beta.
|
|
72
|
+
return "3.5.0-beta.14";
|
|
73
73
|
},
|
|
74
74
|
// @ts-ignore
|
|
75
75
|
get name() {
|
|
@@ -77,7 +77,7 @@ try {
|
|
|
77
77
|
},
|
|
78
78
|
// @ts-ignore
|
|
79
79
|
get commitId() {
|
|
80
|
-
return "
|
|
80
|
+
return "cbb61ed7b700d1e5bd8462a564ea9ca208503e89";
|
|
81
81
|
},
|
|
82
82
|
/**
|
|
83
83
|
* 打印版权信息到控制台
|
|
@@ -33376,7 +33376,8 @@ ${ev}
|
|
|
33376
33376
|
new M([this, "minFeatureVisibleDistance"], "要素最小可视距离", Ct.defaults.minFeatureVisibleDistance),
|
|
33377
33377
|
new M([this, "maxFeatureVisibleDistance"], "要素最大可视距离", Ct.defaults.maxFeatureVisibleDistance),
|
|
33378
33378
|
new bt([this, "heightReference"], [["NONE", "NONE"], ["CLAMP_TO_GROUND", "CLAMP_TO_GROUND"], ["RELATIVE_TO_GROUND", "RELATIVE_TO_GROUND"]], "高度参考"),
|
|
33379
|
-
new bt([this, "classificationType"], Ct.classificationTypes, "贴地附着目标", Ct.defaults.classificationType)
|
|
33379
|
+
new bt([this, "classificationType"], Ct.classificationTypes, "贴地附着目标", Ct.defaults.classificationType),
|
|
33380
|
+
new M([this, "zIndex"], "层级排序", Ct.defaults.zIndex)
|
|
33380
33381
|
],
|
|
33381
33382
|
style: [
|
|
33382
33383
|
...t.style,
|
|
@@ -34132,7 +34133,8 @@ d(Ct, "createDefaultProps", () => ({
|
|
|
34132
34133
|
* @default "NONE"
|
|
34133
34134
|
*/
|
|
34134
34135
|
heightReference: "NONE",
|
|
34135
|
-
classificationType: "TERRAIN"
|
|
34136
|
+
classificationType: "TERRAIN",
|
|
34137
|
+
zIndex: 0
|
|
34136
34138
|
})), /**
|
|
34137
34139
|
* 注册 ESGeoJson 类,设置其类型名称、中文名称、标签和描述信息
|
|
34138
34140
|
*/
|