HTML:
<script type="text/javascript" src="http://api.map.baidu.com/getscript?v=1.0&type=webgl&ak=########"></script>
地图初始化:
// this.map.setMapStyleV2({
// styleId: '######'
// });
this.map.setMapStyleV2({ styleJson: this.customStyle });
主要的现象是在不同设备中,有的浏览器可以有的不可以。不可以的是地图瓦片没有调用。
百度地图最新版使用的WebGL,会存在某些浏览器支持,显卡不支持的情况。

在输入框输入chrome://gpu,查看。
具体可参考这篇文章:
https://blog.csdn.net/u012874...