소스 검색

切换底图组件

shuhao 2 달 전
부모
커밋
45d4675ef7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/static_map_change/Layers.js

+ 1 - 1
src/components/static_map_change/Layers.js

@@ -34,7 +34,7 @@ class StaticMapLayers {
                     that.layerData[key] = {legend:item.legend, layer:that.addXyzLayer(map, item)}
                 }
             }
-            that.autoTest()
+            // that.autoTest()
         })
     }
     show(key){