You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/03/15 06:25:39 UTC

[GitHub] [echarts] chaossssss commented on issue #3899: 世界地图的视图中心点可以定制吗

chaossssss commented on issue #3899:
URL: https://github.com/apache/echarts/issues/3899#issuecomment-799149551


   [根据上面方法获取的json](https://github.com/chaossssss/ocean/blob/master/world.json)
   落点坐标需要转换
   ```
   if (lng > -30) {
     lng = lng - 180
   } else {
     lng = lng + 180
   }
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org