apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.45k stars 19.61k forks source link

series map结合百度地图 求解 #5935

Closed wuruihua closed 3 years ago

wuruihua commented 7 years ago

One-line summary [问题简述]

series map现在可以使用geo坐标系,但是不支持coordinateSystem:bmap

Expected behaviour [期望结果]

coordinateSystem:bmap series-map可以叠加在百度地图

ECharts option [ECharts配置项]

option = {
bmap:{

}
,series:[{
type:'map',
coordinateSystem:bmap
}]
}

Other comments [其他信息]

_2017-06-07t08-43-13 617z

heyingjie commented 7 years ago

有同样的需求,将echarts的map作为行政区域边界叠加在百度地图上。但是不知道怎样将百度地图的坐标与ECharts map的坐标对应起来。还有就是缩放的时候让两个地图同步缩放

wuruihua commented 7 years ago

已解决 修改echarts底层代码 在drawGeo时将 坐标转换后再进行绘制

pissang commented 7 years ago

@wuruihua 赞,后续会支持这个特性

alicelh commented 7 years ago

@wuruihua 求问解决方案,看源代码不是很懂,希望能给些提示,谢谢!

egisxp commented 7 years ago

也遇到该问题,什么时候能支持?

zss1004504439 commented 5 years ago

已解决 修改echarts底层代码 在drawGeo时将 坐标转换后再进行绘制

大神 怎么实现的?

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.

github-actions[bot] commented 3 years ago

This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!