From 3bb0279bd9e2ef8f359acdf271fd7d6b4cdc5f79 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 11 Jun 2021 09:02:31 +0800
Subject: [PATCH] 地形地址更换

---
 config.json           |    2 +-
 jimu.js/MapManager.js |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.json b/config.json
index 45966d3..4ec6ffc 100644
--- a/config.json
+++ b/config.json
@@ -349,7 +349,7 @@
         "name": "鄱阳湖地形",
         "tooltip": "由 普适科技 提供的 鄱阳湖地形",
         "iconUrl": "images/basemaps/TerrainSTK.png",
-        "url": "http://171.34.76.171:8880/pyhmap/dx/"
+        "url": "./dx/"
       }
     ],
     "mapOptions": {
diff --git a/jimu.js/MapManager.js b/jimu.js/MapManager.js
index e5ccd1f..ffbef35 100644
--- a/jimu.js/MapManager.js
+++ b/jimu.js/MapManager.js
@@ -177,7 +177,7 @@
                     iconUrl: "images/basemaps/TerrainSTK.png",
                     creationFunction: function () {
                         return new Cesium.CesiumTerrainProvider({
-                            url: "http://171.34.76.171:8880/pyhmap/dx/",
+                            url: "./dx/",
                             requestWaterMask: !0,
                             requestVertexNormals: !0
                         })

--
Gitblit v1.9.3