Parcourir la source

切换底图组件

shuhao il y a 1 mois
Parent
commit
45d4675ef7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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){