docs: 完善官网文档

This commit is contained in:
shihui 2022-01-25 09:58:11 +08:00
parent 57188c1cca
commit 48f8cb546f
3 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,8 @@ let layer = new MaskLayer().source(data);
scene.addLayer(layer);
```
🌟 从 v2.7.2 版本开始支持
### shape
maskLayer 默认 shape 为 'fill',可不调用

View File

@ -113,6 +113,8 @@ L7 Logo 的显示位置 默认左下角
是否开始开启裁剪
🌟 从 v2.7.2 版本开始支持
### preserveDrawingBuffer
<description> _boolean_ **可选** _default: false_ </description>

View File

@ -78,6 +78,8 @@ layer 初始化完成之后,地图是否自动缩放到图层范围
是否参与裁减
🌟 从 v2.7.2 版本开始支持
- false 不参与裁减
- true 参与裁减