当前位置:网站首页>Baidu Map Case - modify map style
Baidu Map Case - modify map style
2022-04-23 17:04:00 【Eli-sun】
https://lbsyun.baidu.com/apiconsole/custommap
Click... On this website Featured service platform - Personalized maps - Map template - Select a map style - Click publish style - Copy id Into the code
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script type="text/javascript"
src="https://api.map.baidu.com/api?v=1.0&type=webgl&ak=cXG18I5SNt2EZNvG7CVyE4jjTr8swlo4"
></script>
<style>
html{
height: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body{
height: 100%;
height: 100%;
margin: 0;
padding: 0;
}
#map{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
.anchorBL, .BMap_cpyCtrl{
display: none;
}
</style>
</head>
<body>
<div id="map"></div>
<script>
console.log(window.BMapGL);
var map = new BMapGL.Map('map') // Initialize map
var point = new BMapGL.Point(116.404,39.915) // Set map coordinates
map.centerAndZoom(point, 10) // Central Map display level
map.enableScrollWheelZoom(true) // Zoom in and out of the map through the scroll wheel
// Custom map style
// You can also use styleJsion The way to change the style
map.setMapStyleV2({
styleId:'06649c73ab8ae3adffe6ea88ed400b23'
})
</script>
</body>
</html>
版权声明
本文为[Eli-sun]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230554289659.html
边栏推荐
- 【解决报错】Error in v-on handler: “TypeError: Cannot read property ‘resetFields’ of undefined”
- Camtasia2022软件新增功能介绍
- Milvus 2.0 質量保障系統詳解
- Knowledge points and examples of [seven input / output systems]
- Dancenn: overview of byte self-developed 100 billion scale file metadata storage system
- Rtklib 2.4.3 source code Notes
- vscode如何比较两个文件的异同
- SPC introduction
- Deepinv20 installation MariaDB
- Bytevcharts visual chart library, I have everything you want
猜你喜欢
TypeError: set_figure_params() got an unexpected keyword argument ‘figsize‘
ACL 2022 | dialogved: a pre trained implicit variable encoding decoding model for dialogue reply generation
[PROJECT] small hat takeout (8)
CentOS MySQL multi instance deployment
Rtklib 2.4.3 source code Notes
Get the column name list of the table quickly in Oracle
详解牛客----手套
Installing labellmg tutorial in Windows
ByteVCharts可视化图表库,你想要的我都有
Bottom processing of stack memory in browser
随机推荐
Modify the test case name generated by DDT
How vscode compares the similarities and differences between two files
Knowledge points and examples of [seven input / output systems]
ACL 2022 | dialogved: a pre trained implicit variable encoding decoding model for dialogue reply generation
Kunteng full duplex digital wireless transceiver chip kt1605 / kt1606 / kt1607 / kt1608 is suitable for interphone scheme
freeCodeCamp----prob_ Calculator exercise
How to choose the wireless gooseneck anchor microphone and handheld microphone scheme
Calculation formula related to tolerance analysis
How much do you know about the process of the interview
Linux MySQL data timing dump
计算饼状图百分比
Smart doc + Torna generate interface document
VsCode-Go
Interface document yaml
1-1 NodeJS
Generation of barcode and QR code
Kingdee Cloud Star API calling practice
Node access to Alipay open platform sandbox to achieve payment function
Nifi fast installation and file synchronization
SPC introduction