style: lint style

This commit is contained in:
shihui 2022-01-06 14:39:12 +08:00
parent f9aa0ef829
commit 21fef4d12c
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,6 @@ order: 3
用户在地球模式下使用飞线图层无需做额外的操作L7 会自动识别地球模式并相关的转化
## 使用
地球飞线图通过 `LineLayer``EarthLayer` 实例化
@ -23,6 +22,7 @@ import { EarthLayer, LineLayer } from '@antv/l7';
地球飞线图层 shape 只支持 **arc3d**
### 其他配置
剩下的配置和[线图层](../line_layer/linelayer)一致
[在线案例](../../../examples/earth/arc3d#flyline)

View File

@ -14,8 +14,10 @@ order: 3
```javascript
import { PointLayer, EarthLayer } from '@antv/l7';
```
<img src="https://gw.alipayobjects.com/mdn/rms_816329/afts/img/A*ck1XSZ4Vw0QAAAAAAAAAAAAAARQnAQ" style="display: block; margin: 0 auto" alt="L7 地球点图层" width="60%" >
[在线案例](../../../examples/earth/point#point)
### 配置项
和 [`PontLayer`](../point_layer/pointlayer) 一致
和 [`PontLayer`](../point_layer/pointlayer) 一致