| | |
| | | layer = new Cesium.ArcGisMapServerImageryProvider(layerConfig); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | layerArr.push(layer); |
| | | } |
| | | |
| | | |
| | | var pvm = new Cesium.ProviderViewModel({ |
| | | name: imageryProviderViewModels[i].name, |
| | | tooltip: imageryProviderViewModels[i].tooltip, |
| | |
| | | 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 |
| | | requestVertexNormals: !0, |
| | | // isSct: true,//因坡度坡向添加 |
| | | }) |
| | | } |
| | | })]; |