当前位置:网站首页>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"
}
}]
边栏推荐
- Nerf: the ultimate replacement for deepfake?
- Linux 安装mysql8.X超详细图文教程
- LeetCode1051(C#)
- 大笨钟(Lua)
- 第3章业务功能开发(安全退出)
- [fan Tan] after the arrival of Web3.0, where should testers go? (ten predictions and suggestions)
- Audio device strategy audio device output and input selection is based on 7.0 code
- textSwitch文本切换器的功能和用法
- 本周小贴士#136:无序容器
- Sator launched Web3 game "satorspace" and launched hoobi
猜你喜欢
随机推荐
【网络攻防原理与技术】第4章:网络扫描技术
【TPM2.0原理及应用指南】 9、10、11章
第二十四届中国科协湖南组委会调研课题组一行莅临麒麟信安调研考察
【TPM2.0原理及应用指南】 1-3章
redis主从、哨兵主备切换搭建一步一步图解实现
【网络攻防原理与技术】第3章:网络侦察技术
管理VDI的几个最佳实践
The top of slashdata developer tool is up to you!!!
PLC: automatically correct the data set noise, wash the data set | ICLR 2021 spotlight
【解惑】App处于前台,Activity就不会被回收了?
Function and usage of calendar view component
【信息安全法律法规】复习篇
L1-027 出租(Lua)
Audio device strategy audio device output and input selection is based on 7.0 code
Matplotlib绘图界面设置
Functions and usage of ratingbar
本周小贴士#134:make_unique与私有构造函数
麒麟信安携异构融合云金融信创解决方案亮相第十五届湖南地区金融科技交流会
【网络攻防原理与技术】第5章:拒绝服务攻击
DatePickerDialog and trimepickerdialog









