使用产品:iClient for Leaflet(11i - 2022)
数据类型: bing地图上添加echarts统计图
问题详细描述:我使用leaflet和微软的bing-layer插件(只能和leaflet配套使用)创建了瓦片地图,复制了supermap官网迁徙图的代码到本地,当执行到new L.supermap.EchartsLayer(option).addTo(map)时报了Cannot read properties of undefined (reading 'EchartsLayer'),请问是我本地文件引入的问题吗,还是什么原因,望大佬回复
问题重现步骤: 1.使用leaflet创建地图 2.复制supermap官网迁徙图的代码执行