Sfoglia il codice sorgente

切换底图组件

shuhao 1 mese fa
parent
commit
45d4675ef7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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){