mirror of https://gitee.com/antv-l7/antv-l7
style: lint style
This commit is contained in:
parent
130c16fa67
commit
90de723a46
|
@ -523,7 +523,7 @@ scene.setMapStatus({ dragEnable: false });
|
|||
- `color` {string}
|
||||
|
||||
```javascript
|
||||
scene.setBgColor([10,10]);
|
||||
scene.setBgColor('#f00');
|
||||
```
|
||||
|
||||
### fitBounds 设置地图缩放范围
|
||||
|
@ -563,7 +563,6 @@ scene.pixelToLngLat([10,10]);
|
|||
|
||||
```javascript
|
||||
scene.lngLatToPixel([120, 10]);
|
||||
|
||||
```
|
||||
|
||||
### pixelToLngLat 像素坐标转经纬度
|
||||
|
@ -589,7 +588,6 @@ scene.pixelToLngLat([10,10]);
|
|||
|
||||
```javascript
|
||||
scene.lngLatToPixel([120, 10]);
|
||||
|
||||
```
|
||||
|
||||
### exportMap 导出地图图片
|
||||
|
|
Loading…
Reference in New Issue