mirror of https://gitee.com/antv-l7/antv-l7
style: lint style
This commit is contained in:
parent
5bcc343f6b
commit
f5b65d7691
|
@ -87,4 +87,5 @@ new L7.Marker({
|
|||
.setLnglat(item.coordinates)
|
||||
.setPopup(popup);
|
||||
```
|
||||
[demo1](../../../examples/tutorial/marker#amap)
|
||||
|
||||
[demo1](../../../examples/tutorial/marker#amap)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue