管道基础大数据平台系统开发-【前端】-新系統界面
1
Surpriseplus
2023-02-22 4f4eb272d6a0053c88568025594c442a57fe8955
1
已修改1个文件
9 ■■■■ 文件已修改
src/views/Tools/LayerTree.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/Tools/LayerTree.vue
@@ -490,8 +490,13 @@
        if (res.url != null && res.url != undefined) {
          url = res.url
        }
        var width = $("#mapdiv").width() +5 ;
        var height = $("#mapdiv").height()+5  ;
        var width = $("#mapdiv").width()   ;
        var height = $("#mapdiv").height() ;
  //  var width = 512;
  //       var height =512;
     
        var imageryLayers = window.Viewer.scene.imageryLayers;
        let layerWMS = new Cesium.WebMapServiceImageryProvider({