Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
FloraCat526 committed May 17, 2023
1 parent d906184 commit 3476c94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DrawingManager/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
margin: 0;
}
</style>
<script src="https://api.map.baidu.com/api?v=1.0&type=webgl&ak=7Cc5Kmn672miPzG4qQhvlOrERcXMMinq"></script>
<script src="https://api.map.baidu.com/api?v=1.0&type=webgl&ak=您的密钥"></script>
<script src="../src/DrawingManager.js"></script>
<title>DrawingManager Example</title>
</head>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

本代码库是基于百度地图JSAPI GL版的JavaScript开源工具库,如果使用的是2D地图的话,参考旧的[2D开源库](https://github.com/huiyan-fe/BMap-JavaScript-library)

此外!!!对于JSAPI GL版本鼠标绘制能力,我们推出了一个更加方便易用的新库[bmap-draw](https://lbsyun.baidu.com/bmap-draw/)

## 如何使用
我们在将GL版的开源工具库放到了百度云的BOS存储上,根据github文件目录可以推理出BOS的路径,比如:

Expand Down

0 comments on commit 3476c94

Please sign in to comment.