Commit 8b781fc7 by jlc

update:基站模型旋转的修改

parent 7dc1191e
......@@ -6,6 +6,7 @@ export function addStation(info) {
const viewer = new window.Cesium.Viewer('cesiumContainer', {
infoBox: false,
shouldAnimate: true
});
const SITE = {
......
......@@ -7,7 +7,7 @@ import { addStation } from './function';
onMounted(() => {
let siteInfo = {
id: 'site',
position: [20, 20, 1],
position: [20, 20, 250],
ellipsoid: {
radii: [50000, 50000, 50000],
innerRadii:[1,1,1],
......
......@@ -7,7 +7,7 @@ import { addStationCoordinate } from './function';
onMounted(() => {
let siteInfo = {
id: 'site',
position: [20, 20, 1],
position: [20, 20, 250],
ellipsoid: {
radii: [50000, 50000, 50000],
innerRadii:[1,1,1],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment