大屏天气列表

This commit is contained in:
Teo
2025-05-13 18:29:12 +08:00
parent 055a87d2c2
commit c92f2091d9
27 changed files with 130 additions and 29 deletions

View File

@ -14,6 +14,10 @@ const createEarth = () => {
roll: 0.0
}
});
let layer = new YJ.Obj.ArcgisWXImagery(sdk, {
show: true,
layer_index: 1
});
YJ.Global.CesiumContainer(sdk, {
compass: false // 罗盘
});