From a916fc2df00bac9f8210b09fd7ee79f8b291e345 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期三, 07 八月 2024 13:35:08 +0800 Subject: [PATCH] 最新 --- src/components/viewer.vue | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/components/viewer.vue b/src/components/viewer.vue index 4050d89..005181e 100644 --- a/src/components/viewer.vue +++ b/src/components/viewer.vue @@ -132,7 +132,6 @@ this.$nextTick(function () { let that = this; let option = { - // licenseServer: "http://183.162.245.49:18080", // StaticFileBaseUrl: "../../Mobile/static/CimSDK/", url: "./static/img/cesium/earth.jpg", toolbar: false, @@ -145,8 +144,6 @@ }, }; - //EPSG4326 - // Cesium.ExpandBySmartEarth.Ellipsoid.z = 6356752.3142451793; window.sgworld = new SmartEarth.SGWorld( "sdkContainer", -- Gitblit v1.9.3