lastelfstone edited a comment on issue #3899: 世界地图的视图中心点可以定制吗 URL: https://github.com/apache/incubator-echarts/issues/3899#issuecomment-420177483 我也遇到这个问题,有个简单的思路,将所有大于0的经度减180,小于0的经度加180,这样绘制地图的中心点就在太平洋中央了。但是其他描绘点位的操作也要做坐标的转换,否则会造成位置偏移。
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
