GIS地图渲染修改
This commit is contained in:
parent
14c2cd78cf
commit
2c6397e83b
|
|
@ -1236,7 +1236,7 @@
|
|||
// 定位到点击的坐标
|
||||
if (currentClickedProject && currentClickedProject.lng && currentClickedProject.lat) {
|
||||
const point = new BMapGL.Point(currentClickedProject.lng, currentClickedProject.lat);
|
||||
locateToPoint(point, 15);
|
||||
locateToPoint(point, 12);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue