GIS地图渲染修改

This commit is contained in:
cwchen 2026-01-12 17:47:07 +08:00
parent 14c2cd78cf
commit 2c6397e83b
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}