mirror of https://gitee.com/antv-l7/antv-l7
style: lint style
This commit is contained in:
parent
70606f63fc
commit
67fc3c1e82
|
@ -68,8 +68,8 @@ function draw(option) {
|
|||
|
||||
points.map(point => {
|
||||
const pixelCenter = mapService.lngLatToContainer([ point.lng, point.lat ]);
|
||||
pixelCenter.x *= window.devicePixelRatio
|
||||
pixelCenter.y *= window.devicePixelRatio
|
||||
pixelCenter.x *= window.devicePixelRatio;
|
||||
pixelCenter.y *= window.devicePixelRatio;
|
||||
const rectStartX = pixelCenter.x - radius;
|
||||
const rectStartY = pixelCenter.y - radius;
|
||||
|
||||
|
|
Loading…
Reference in New Issue