소스 검색

更换卷帘对比底图

Bella 2 년 전
부모
커밋
2963990e38
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      public/static/config/config.js
  2. 1 1
      src/components/map/MapHolder.vue
  3. 1 1
      src/views/ComprehensiveAnalysis.vue

+ 2 - 2
public/static/config/config.js

@@ -46,10 +46,10 @@ var systemConfig = {
     minZoom: 0,
     maxZoom: 14,
   },
-  imageryLayerSat2018s2: {
+  imageryLayerSat2022s2: {
     crs: "",
     // url: "http://aimap.pudong.sh:5236/zjmap/reproduction-service/maps/rest/services/sat-2022s1/proxy?AccessKey=lUaEMxqqhZKLSImGuP/Ergx47orYVyIqHVgxfyGpIurKAy9kdq5uU1cWuTuIXeOM",
-    url: "http://aimap.pudong.sh:5236/zjmap/reproduction-service/maps/rest/services/sat-2018s2/proxy?AccessKey=lUaEMxqqhZKLSImGuP/Ergx47orYVyIqHVgxfyGpIurKAy9kdq5uU1cWuTuIXeOM",
+    url: "http://aimap.pudong.sh:5236/zjmap/reproduction-service/maps/rest/services/sat-2022s2/proxy?AccessKey=lUaEMxqqhZKLSImGuP/Ergx47orYVyIqHVgxfyGpIurKAy9kdq5uU1cWuTuIXeOM",
   },
 };
 

+ 1 - 1
src/components/map/MapHolder.vue

@@ -527,7 +527,7 @@ export default {
         //   "http://t0.tianditu.gov.cn/DataServer?T=img_w&X={x}&Y={y}&L={z}&tk=f331ba0b9ab96fb21c56d91de868935d"
         // ).addTo(map2DViewer.map);
         map2DViewer.jlMap = this.addTiledMapLayer(
-          systemConfig.imageryLayerSat2018s2.url
+          systemConfig.imageryLayerSat2022s2.url
         ).addTo(map2DViewer.map);
 
         map2DViewer.jlControl = L.control

+ 1 - 1
src/views/ComprehensiveAnalysis.vue

@@ -92,7 +92,7 @@
       {{ basemapName }}
     </div>
     <div class="comprehensive-analysis-rightjuanlianInfo" v-show="showJLInfo">
-      sat2018-s2
+      sat2022-s2
     </div>
     <!-- 属性弹窗 -->
     <AttributePopup