shuishen
2021-06-11 3bb0279bd9e2ef8f359acdf271fd7d6b4cdc5f79
地形地址更换
2 files modified
4 ■■■■ changed files
config.json 2 ●●● patch | view | raw | blame | history
jimu.js/MapManager.js 2 ●●● patch | view | raw | blame | history
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": {
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
                        })