Browse Source

切换底图组件

shuhao 2 tháng trước cách đây
mục cha
commit
45d4675ef7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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){