style: lint style

This commit is contained in:
shihui 2022-01-17 20:40:10 +08:00
parent 5bcc343f6b
commit f5b65d7691
2 changed files with 3 additions and 2 deletions

View File

@ -87,4 +87,5 @@ new L7.Marker({
.setLnglat(item.coordinates)
.setPopup(popup);
```
[demo1](../../../examples/tutorial/marker#amap)
[demo1](../../../examples/tutorial/marker#amap)

View File

@ -18,7 +18,7 @@ import { WindLayer } from '@antv/l7';
(data, options) => WindLayer, 设置风场相关信息的函数
- data: string 存储风场信息的图片地址
🌟 [数据获取](https://github.com/mapbox/webgl-wind#downloading-weather-data)
🌟 [数据获取](https://github.com/mapbox/webgl-wind#downloading-weather-data)
- options:
```js