通过zoom 控制
{ // 地图块的相关信息
type: 'map',
map: nameMap,
zoom: 1.2,
label: {
show: true,
normal: {
show: true,
textStyle: {
fontSize: 12,
fontWeight: 400,
color: 'rgb(0,0,0) '
}
}
},
// zlevel: 1,
data: window.dataList
}