echarts迁移图改造总结,简单的展厅效果

1.资源来自: https://echarts.apache.org/zh/download-extension.html
Leaflet 地图
贡献者:wandergis

遇到问题点1:航线小图标更改,原资源上是飞机;
采用的是svg 代码中
echarts迁移图改造总结,简单的展厅效果
想更改在阿里小图标库中下载https://www.iconfont.cn/ ,方向不对用AI转一下保存为SVG格式;

问题点二:
在页面地图上如何布局,怎么添加div;需要看源码;我在dist > mian.min.js 中修改
原文件:echarts迁移图改造总结,简单的展厅效果
修改后的文件
echarts迁移图改造总结,简单的展厅效果
这样修改一下样式,在插几附图就可以达到简单的展厅效果;
echarts迁移图改造总结,简单的展厅效果