diff --git a/docs/api/map/earth/earth.zh.md b/docs/api/map/earth/earth.zh.md index 8f2f8cbb15..dfcc2d6c55 100644 --- a/docs/api/map/earth/earth.zh.md +++ b/docs/api/map/earth/earth.zh.md @@ -22,17 +22,17 @@ import { Earth } from '@antv/l7-maps'; **平面点: circle** -案例 +案例 **圆柱点: cylinder** -案例 +案例 ### 线图层 **3D 弧线: arc3d** -案例 +案例 ## 使用 diff --git a/docs/api/map/earth/flyline.zh.md b/docs/api/map/earth/flyline.zh.md index c02c1295f5..e9e3698c44 100644 --- a/docs/api/map/earth/flyline.zh.md +++ b/docs/api/map/earth/flyline.zh.md @@ -15,7 +15,7 @@ order: 2 import { EarthLayer, LineLayer } from '@antv/l7'; ``` -L7地球飞线图层 +L7地球飞线图层 ### shape @@ -23,6 +23,6 @@ import { EarthLayer, LineLayer } from '@antv/l7'; ### 其他配置 -剩下的配置和[线图层](../line_layer/linelayer)一致 +剩下的配置和[线图层](../../line_layer/linelayer)一致 -[在线案例](../../../examples/earth/arc3d#flyline) +[在线案例](../../../../examples/earth/arc3d#flyline) diff --git a/docs/api/map/earth/point.zh.md b/docs/api/map/earth/point.zh.md index 5f7df811cf..8146c2340f 100644 --- a/docs/api/map/earth/point.zh.md +++ b/docs/api/map/earth/point.zh.md @@ -15,10 +15,10 @@ order: 3 import { PointLayer, EarthLayer } from '@antv/l7'; ``` -L7 地球点图层 +L7 地球点图层 -[在线案例](../../../examples/earth/point#point) +[在线案例](../../../../examples/earth/point#point) ### 配置项 -其余配置和 [PontLayer](../point_layer/pointlayer) 一致 +其余配置和 [PontLayer](../../point_layer/pointlayer) 一致 diff --git a/docs/api/map/plugin.zh.md b/docs/api/map/plugin.zh.md index 77ea6512e3..99b0721a82 100644 --- a/docs/api/map/plugin.zh.md +++ b/docs/api/map/plugin.zh.md @@ -46,4 +46,6 @@ scene.on('loaded', () => { }); ``` -[高德插件案例](../../../examples/amapPlugin/bus#busStop) +案例 + +[在线案例](../../../examples/amapPlugin/bus#busStop)