shuhao 2 месяцев назад
Родитель
Сommit
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){