From da0872bd7b0056b0cd35b90dff8f8cfce2024aba Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 25 Jun 2021 17:33:49 +0800
Subject: [PATCH] 部分修改
---
widgets/profileAnalysis/Widget.js | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/widgets/profileAnalysis/Widget.js b/widgets/profileAnalysis/Widget.js
index 378ff2d..ea4ab10 100644
--- a/widgets/profileAnalysis/Widget.js
+++ b/widgets/profileAnalysis/Widget.js
@@ -149,7 +149,6 @@
}
//创建剖面分析对象
var profile = new Cesium.Profile(scene);
-
function createTooltip(frameDiv) {//抄录createTooltip函数
var tooltip = function (frameDiv) {
@@ -190,14 +189,13 @@
this.message = message;
}
};
-
return new tooltip(frameDiv);
}
var tooltip = createTooltip(document.body);
var widget = viewer.cesiumWidget;
try {
- //添加S3M图层 // 舍弃
+ //添加S3M图层 // 舍弃
// var ground1Promise = scene.addS3MTilesLayerByScp(URL_CONFIG.SCP_CBD_GROUND1, {
// name: 'ground1'
--
Gitblit v1.9.3