mirror of https://gitee.com/antv-l7/antv-l7
style: lint style
This commit is contained in:
parent
0bb27d9662
commit
3c91f37a23
|
@ -23,4 +23,3 @@ Error: Cannot apply @injectable decorator multiple times.
|
|||
|
||||
2. 加载完成后设置
|
||||
调用 scene 的 [setMapStatus](./scene/#setmapstatus) 方法
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@ order: 15
|
|||
- 增加 pointLayer image mipmap 支持
|
||||
- 优化热力图在 radius 数值比较大时热力点边缘发生裁剪的现象
|
||||
|
||||
|
||||
### 🐞 Bug Fixes
|
||||
|
||||
- 修复线图层在存在高度的情况下,不同地图,不同场景下的效果兼容
|
||||
|
|
|
@ -802,4 +802,4 @@ scene.on('contextmenu', (ev) => {}); // 鼠标右键单击事件
|
|||
scene.on('dragstart', (ev) => {}); //开始拖拽地图时触发
|
||||
scene.on('dragging', (ev) => {}); // 拖拽地图过程中触发
|
||||
scene.on('dragend', (ev) => {}); //停止拖拽地图时触发。如地图有拖拽缓动效果,则在拽停止,缓动开始前触发
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue