DLFouge opened a new issue #13991:
URL: https://github.com/apache/incubator-echarts/issues/13991
### Version
5.0.0
### Steps to reproduce
const point = new BMap.Point(-0.51, 9.24);
const myIcon = new
BMap.Icon("http://lbsyun.baidu.com/jsdemo/img/fox.gif", new BMap.Size(300,
157));
const marker = new BMap.Marker(point, {
icon: myIcon
});
map.addOverlay(marker); // 将标注添加到地图中
### What is expected?
marker显示在地图上
### What is actually happening?
marker无法显示在地图上
<!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]