mirror of https://gitee.com/antv-l7/antv-l7
fix(docs): conflict
This commit is contained in:
commit
b479f3087f
|
@ -366,6 +366,16 @@ layer.setMinZoom(zoom);
|
|||
layer.setMinZoom(zoom);
|
||||
```
|
||||
|
||||
设置图层最大缩放等级
|
||||
|
||||
参数
|
||||
|
||||
- zoom {number}
|
||||
|
||||
```javascript
|
||||
layer.setMinZoom(zoom);
|
||||
```
|
||||
|
||||
## 图层交互方法
|
||||
|
||||
### active
|
||||
|
|
|
@ -366,6 +366,16 @@ layer.setMinZoom(zoom);
|
|||
layer.setMinZoom(zoom);
|
||||
```
|
||||
|
||||
设置图层最大缩放等级
|
||||
|
||||
参数
|
||||
|
||||
- zoom {number}
|
||||
|
||||
```javascript
|
||||
layer.setMinZoom(zoom);
|
||||
```
|
||||
|
||||
## 图层交互方法
|
||||
|
||||
### active
|
||||
|
|
|
@ -158,7 +158,7 @@ scene.getLayers();
|
|||
|
||||
参数
|
||||
|
||||
-name {string}
|
||||
- name {string}
|
||||
|
||||
layer 初始化可配置图层 name
|
||||
|
||||
|
|
Loading…
Reference in New Issue