From 973288ea3095247303b5daac5bc160e10ae2b8ac Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Mon, 25 Jul 2022 18:44:49 +0800
Subject: [PATCH] 3D
---
src/views/doublePreventAction/riskLevelManage/fourColorMap/sixty/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/doublePreventAction/riskLevelManage/fourColorMap/sixty/index.vue b/src/views/doublePreventAction/riskLevelManage/fourColorMap/sixty/index.vue
index a7c583d..c0e4e5e 100644
--- a/src/views/doublePreventAction/riskLevelManage/fourColorMap/sixty/index.vue
+++ b/src/views/doublePreventAction/riskLevelManage/fourColorMap/sixty/index.vue
@@ -75,6 +75,7 @@
map.addModel({
link: 'http://222.92.213.22:8006/b3dm60/tileset.json',
name: '60万吨模型图',
+ modifyZ: -1340,
callback: tileset => {
var boundingSphere = tileset.boundingSphere;
var cartographic = Cesium.Cartographic.fromCartesian(
@@ -196,7 +197,7 @@
html:
"<div class='popup-wrapper'>" +
attr.name +
- '<br/><br/>XXXXXXXX</div>',
+ '</div>',
position: cartesian3,
anchor: [-170, -80],
});
--
Gitblit v1.9.2