当前位置:网站首页>Dragging the custom style of Baidu map to the right makes the global map longitude 0 unable to be displayed normally
Dragging the custom style of Baidu map to the right makes the global map longitude 0 unable to be displayed normally
2022-07-07 17:38:00 【Zi Yu】
problem
After solving the problem of custom style loading white blocks , Find the longitude of the dragging map on the world 0 Incomplete display at .
Problem code
setMapStyle Set up personalized maps , Parameters are personalized configuration objects
map.setMapStyleV2({
styleJson: mapStyles
});
Official explanation

The official reply is obvious , There is no official solution for the time being , You need to adjust and deal with it yourself
Custom style JSON
[{
"featureType": "background",
"elementType": "geometry",
"stylers": {
"visibility": "off"
}
}, {
"featureType": "road",
"elementType": "geometry",
"stylers": {
"visibility": "off"
}
}, {
"featureType": "road",
"elementType": "labels",
"stylers": {
"visibility": "off"
}
}, {
"featureType": "poilabel",
"elementType": "labels",
"stylers": {
"visibility": "off"
}
}, {
"featureType": "poilabel",
"elementType": "labels.icon",
"stylers": {
"visibility": "off"
}
}, {
"featureType": "districtlabel",
"elementType": "labels",
"stylers": {
"visibility": "off"
}
}, {
"featureType": "districtlabel",
"elementType": "labels.icon",
"stylers": {
"visibility": "off"
}
}]
边栏推荐
- 【可信计算】第十一次课:TPM密码资源管理(三) NV索引与PCR
- [Huang ah code] Why do I suggest you choose go instead of PHP?
- The mail server is listed in the blacklist. How to unblock it quickly?
- Flask build API service SQL configuration file
- 第2章搭建CRM项目开发环境(搭建开发环境)
- 《世界粮食安全和营养状况》报告发布:2021年全球饥饿人口增至8.28亿
- 99%的人都不知道|私有化部署还永久免费的即时通讯软件!
- LeetCode 497(C#)
- Flash build API Service - generate API documents
- How to mount the original data disk without damage after the reinstallation of proxmox ve?
猜你喜欢
随机推荐
数值 - number(Lua)
User defined view essential knowledge, Android R & D post must ask 30+ advanced interview questions
Problems encountered in Jenkins' release of H5 developed by uniapp
【可信计算】第十次课:TPM密码资源管理(二)
请将磁盘插入“U盘(H)“的情况&无法访问 磁盘结构损坏且无法读取
百度地图自定义样式向右拖拽导致全球地图经度0度无法正常显示
mysql官网下载:Linux的mysql8.x版本(图文详解)
【深度学习】3分钟入门
imageswitcher的功能和用法
Rpcms method of obtaining articles under the specified classification
企业即时通讯软件是什么?它有哪些优势呢?
[source code interpretation] | source code interpretation of livelistenerbus
PLC: automatically correct the data set noise, wash the data set | ICLR 2021 spotlight
Create dialog style windows with popupwindow
From Devops to mlops: how do it tools evolve to AI tools?
鲲鹏开发者峰会2022 | 麒麟信安携手鲲鹏共筑计算产业新生态
2021-06-28
运行yolo v5-5.0版本报错找不到SPPF错误,进行解决
LeetCode 648(C#)
Devops' operational and commercial benefits Guide
![[video / audio data processing] Shanghai daoning brings you elecard download, trial and tutorial](/img/14/4e7ebfb1ed5b99f8377af9d17d2177.jpg)








