修改中心标记图标

This commit is contained in:
huangchenhao 2025-11-28 11:20:26 +08:00
parent f9046cfd9c
commit 3d277eb0bc
2 changed files with 6 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -1470,6 +1470,12 @@ const initializeScene = async () => {
verticalOrigin: Cesium.VerticalOrigin.BOTTOM, verticalOrigin: Cesium.VerticalOrigin.BOTTOM,
heightReference: Cesium.HeightReference.CLAMP_TO_GROUND, heightReference: Cesium.HeightReference.CLAMP_TO_GROUND,
disableDepthTestDistance: Number.POSITIVE_INFINITY, disableDepthTestDistance: Number.POSITIVE_INFINITY,
translucencyByDistance: new Cesium.NearFarScalar(
1.0e3,
1.0, //
2.0e3,
1.0 //
),
}, },
}); });
console.log("[index.vue] 中心点标记已添加"); console.log("[index.vue] 中心点标记已添加");