diff --git a/docs/api/earth/flyline.zh.md b/docs/api/earth/flyline.zh.md index 583191ab9c..d57e07c42e 100644 --- a/docs/api/earth/flyline.zh.md +++ b/docs/api/earth/flyline.zh.md @@ -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) diff --git a/docs/api/earth/point.zh.md b/docs/api/earth/point.zh.md index 03d4002d7f..544a3909e9 100644 --- a/docs/api/earth/point.zh.md +++ b/docs/api/earth/point.zh.md @@ -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) 一致 \ No newline at end of file + +和 [`PontLayer`](../point_layer/pointlayer) 一致