|
@@ -53,7 +53,7 @@ class StaticMapLayers {
|
|
|
that.layerData[key] = {legend:item.legend, layer:that.addStaticImgLayer(map, item)}
|
|
|
}
|
|
|
}
|
|
|
- // that.autoTest()
|
|
|
+ that.autoTest()
|
|
|
})
|
|
|
}
|
|
|
show(key,isFit = false){
|
|
@@ -121,7 +121,7 @@ class StaticMapLayers {
|
|
|
}
|
|
|
let index = 0
|
|
|
setTimeout(() => {
|
|
|
- that.show("长势等级0",true)
|
|
|
+ that.show("分散种植0",true)
|
|
|
index = (index + 1) % keys.length
|
|
|
|
|
|
}, 2000);
|