From e31203a09b32deb8d50a4b835a65313dec4aa48b Mon Sep 17 00:00:00 2001 From: shihui Date: Mon, 10 Jan 2022 19:06:35 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=AE=8C=E5=96=84=E5=AE=98=E7=BD=91?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/map/earth/earth.zh.md | 6 +++--- docs/api/map/earth/flyline.zh.md | 6 +++--- docs/api/map/earth/point.zh.md | 6 +++--- docs/api/map/plugin.zh.md | 4 +++- 4 files changed, 12 insertions(+), 10 deletions(-) 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)