mirror of https://gitee.com/antv-l7/antv-l7
style: lint style
This commit is contained in:
parent
3ec3c38911
commit
163a8f91c8
|
@ -17,7 +17,6 @@ import { PointLayer } from '@antv/l7';
|
|||
|
||||
<img width="80%" style="display: block;margin: 0 auto;" alt="案例" src='https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*6AR6Qq0Bq-MAAAAAAAAAAABkARQnAQ'>
|
||||
|
||||
|
||||
[在线案例](../../../examples/point/chart#bar)
|
||||
|
||||
`markdown:docs/common/layer/base.md`
|
||||
|
|
|
@ -9,7 +9,6 @@ order: 7
|
|||
|
||||
可自定义点符号,通过自定义 dom 实现地图标注,富文本、动态点状符号都可用于地图上信息的标记。
|
||||
|
||||
|
||||
```javascript
|
||||
import { PointLayer } from '@antv/l7';
|
||||
```
|
||||
|
|
|
@ -32,7 +32,6 @@ import { PointLayer } from '@antv/l7';
|
|||
- 🌟 简单点图层由于实质是精灵贴图,因此有大小限制:一般是 [1, 64],不同设备之间存在差异
|
||||
|
||||
```javascript
|
||||
|
||||
// L7 提供了查询方法快速查看
|
||||
|
||||
scene.getPointSizeRange(); // Float32Array - [min, max]
|
||||
|
|
Loading…
Reference in New Issue