From df1c052d1f0d368cb78ebb1831980745bca11edc Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 10 Jun 2021 11:56:18 +0800
Subject: [PATCH] 数据图表的查询渲染
---
widgets/Location/CommonPointLayer3D.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/widgets/Location/CommonPointLayer3D.js b/widgets/Location/CommonPointLayer3D.js
index 43a7fcf..19c1de7 100644
--- a/widgets/Location/CommonPointLayer3D.js
+++ b/widgets/Location/CommonPointLayer3D.js
@@ -153,7 +153,7 @@
} else if (txt == "水质站") {
// 与实体相关的图片
billbo = {
- image: 'http://www.sw797.com:801/gzsw3D/v2/images/icon/szz.png',
+ image: 'http://www.sw797.com:10011/gzsw3D/v2/images/icon/szz.png',
pixelOffset: new Cesium.Cartesian2(0, 0),
width: 16,
height: 16,
@@ -179,7 +179,7 @@
} else if (txt == "中小河流站") {
// 与实体相关的图片
billbo = {
- image: 'http://www.sw797.com:801/gzsw3D/v2/images/icon/zxhlz.png',
+ image: 'http://www.sw797.com:10011/gzsw3D/v2/images/icon/zxhlz.png',
pixelOffset: new Cesium.Cartesian2(0, 0),
width: 16,
height: 16,
--
Gitblit v1.9.3