From 2c6397e83b758a1294220604845148c20b576599 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Mon, 12 Jan 2026 17:47:07 +0800 Subject: [PATCH] =?UTF-8?q?GIS=E5=9C=B0=E5=9B=BE=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/map.html b/src/static/map.html index bd3bd1c..8b81155 100644 --- a/src/static/map.html +++ b/src/static/map.html @@ -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); } }