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/05/22 05:03:16 UTC

[GitHub] [echarts] plainheart commented on issue #9865: 使用百度地图出现白块或者白线

plainheart commented on issue #9865:
URL: https://github.com/apache/echarts/issues/9865#issuecomment-846350652


   This issue is related to Baidu Map self, so I'm going to close it. It should occur only when using API 2.0 and the custom style. You could try to use API 3.0, whose map servers are better than the 2.0's.
   
   ```js
   bmap: {
       center: [116.46, 39.92],
       zoom: 10,
       roam: true,
       // for API 3.0, you will need to use `mapStyleV2` instead of `mapStyle`
       mapStyleV2: {
           // Refer to http://lbsyun.baidu.com/index.php?title=open/custom
           styleJson: []
       }
   }
   ```
   


-- 
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