style: lint style

This commit is contained in:
shihui 2021-11-25 15:37:02 +08:00
parent 130c16fa67
commit 90de723a46
1 changed files with 5 additions and 7 deletions

View File

@ -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 导出地图图片