a7efb095142e5a831c43c170ae50b0a1a30915aa..b5d655f21df93980f0400711f191cad5cdadabb8
2021-06-11 shuishen
地形地址更换
b5d655 diff | tree
2021-06-11 shuishen
地形地址更换
0ab1f4 diff | tree
2 files modified
6 ■■■■ changed files
config.json 4 ●●●● patch | view | raw | blame | history
jimu.js/MapManager.js 2 ●●● patch | view | raw | blame | history
config.json
@@ -91,7 +91,7 @@
          "relativeTo": "map"
        }
      },
      {
        "name": "图上量算",
        "uri": "widgets/Measurement/Widget",
@@ -349,7 +349,7 @@
        "name": "鄱阳湖地形",
        "tooltip": "由 普适科技 提供的 鄱阳湖地形",
        "iconUrl": "images/basemaps/TerrainSTK.png",
        "url": "http://www.sw797.com:10011/gzsw3D/v2/data/gzdx"
        "url": "http://171.34.76.171:8880/pyhmap/dx/"
      }
    ],
    "mapOptions": {
jimu.js/MapManager.js
@@ -177,7 +177,7 @@
                    iconUrl: "images/basemaps/TerrainSTK.png",
                    creationFunction: function () {
                        return new Cesium.CesiumTerrainProvider({
                            url: "../dx/",
                            url: "http://171.34.76.171:8880/pyhmap/dx/",
                            requestWaterMask: !0,
                            requestVertexNormals: !0
                        })