echarts在地图上没有显示出散点图后台并报错Uncaught (in promise) TypeError: Cannot read property 'get' of undefined
出现这个原因是没有在散点图中配置coordinateSystem:'geo'因为地图和散点图的坐标系统不同,所以要让散点图使用地图的坐标系统series:[{data:airData,geoIndex:0,type:'map'},{data:scatterData,type:"effectScatter",coordinateSystem:'geo',//指明散点图使用的坐标系统,geo坐标系统r