From cac3886d992b4b253d0efcf993234f8dfb7ebc51 Mon Sep 17 00:00:00 2001 From: shihui Date: Wed, 5 Jan 2022 17:19:24 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=AE=98=E7=BD=91=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/wind.zh.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/api/wind.zh.md b/docs/api/wind.zh.md index a960cf3712..4b313251b0 100644 --- a/docs/api/wind.zh.md +++ b/docs/api/wind.zh.md @@ -4,15 +4,14 @@ order: 3 --- WindLayer 用于将存储风场信息的图片,设置其风速线采样相关参数,将采样后的风场线的走向、强度通过可视化的方式在地图上呈现出来。 - -案例 - ## 使用 ```jsx import { WindLayer } from '@antv/l7'; ``` +案例 + ## API ### source @@ -60,10 +59,6 @@ layer.animate(true); 1.0: '#d53e4f' } -## 配置项 +[在线案例](../../examples/wind/basic#wind) -`markdown:docs/common/layer/options.md` - -`markdown:docs/common/layer/layer_ctr.md` - -`markdown:docs/common/layer/layer_event.md` +`markdown:docs/common/layer/base.md`