Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daiwanxing authored Jan 26, 2023
1 parent 634ce8b commit 5e20215
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BMap-loader

BMap-loader 是一个百度地图 JS-API 加载器, 旨为用户提供一个简洁易用的创建百度地图的库。 BMap-loader 的灵感来源于 [amap-jsapi-loader](https://www.npmjs.com/package/@amap/amap-jsapi-loader)
`BMap-loader` 是一个百度地图 JS-API 加载器, 旨为用户提供一个简洁易用的创建百度地图的库。 `BMap-loader` 的灵感来源于 [amap-jsapi-loader](https://www.npmjs.com/package/@amap/amap-jsapi-loader)

### 特点

Expand Down Expand Up @@ -72,10 +72,12 @@ BMapLoader({
</script>
```

## 安装百度地图 js 工具库
## 安装百度地图工具库

### 百度地图 GL 版本的工具库是不需要指定库的 version,但是3.0以及3.0以下的版本安装库的时候需要指定库的版本.

> 点击链接可以查看 3.0 及以下版本的工具库的版本列表 [工具库](https://lbsyun.baidu.com/index.php?title=jspopular3.0/openlibrary)
```js
BMapLoader({
v: "3.0",
Expand All @@ -85,11 +87,17 @@ BMapLoader({
{
lib: "DrawingManager",
version: "1.5"
},
{
lib: "MarkerClusterer",
version: "1.2"
}
]
})
```

### 如果在使用过程中遇到任何问题,请提交 issue,谢谢。

# License

MIT

0 comments on commit 5e20215

Please sign in to comment.