plainheart / echarts-extension-amap

🚩 An AMap (https://lbs.amap.com) extension for Apache ECharts (https://github.com/apache/echarts)
https://github.com/plainheart/echarts-extension-amap
MIT License
251 stars 83 forks source link

高德地图版本判断方式有误 #51

Closed LP1996 closed 9 months ago

LP1996 commented 9 months ago

最新高德地图使用 v 字段标识版本,isAMap2X 函数可能存在问题,version 在多次加载时会被覆写

版本标识: image

version 被覆写: image

plainheart commented 9 months ago

感谢反馈。AMap.version 在高德地图 2.0 版本即为 AMap.v,根据你的信息才知道在 1.x 版本,AMap.version 也是有可能存在的。稍后会修复下。

plainheart commented 9 months ago

已修复,抽空可以帮忙检验下是否问题仍然存在。