From 32b374b27fba81f58cd6dc0119aecc0a1414e7e9 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 27 九月 2024 20:19:29 +0800 Subject: [PATCH] 优化bimface 连接管道颜色 --- WinFrmUI/Yw.WinFrmUI.Map.Core/map/gaode/html/SetSimpleMarker.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Map.Core/map/gaode/html/SetSimpleMarker.html b/WinFrmUI/Yw.WinFrmUI.Map.Core/map/gaode/html/SetSimpleMarker.html index 48adb87..3f0effe 100644 --- a/WinFrmUI/Yw.WinFrmUI.Map.Core/map/gaode/html/SetSimpleMarker.html +++ b/WinFrmUI/Yw.WinFrmUI.Map.Core/map/gaode/html/SetSimpleMarker.html @@ -90,7 +90,7 @@ if (status === 'complete' && result.info === 'OK') { let address = result.regeocode.formattedAddress; _marker.Address = address; - _callbackObj.SetMarker(JSON.stringify(_marker)); + _callBackObj.SetMarker(JSON.stringify(_marker)); } }); } @@ -117,7 +117,7 @@ if (status === 'complete' && result.info === 'OK') { let address = result.regeocode.formattedAddress; _marker.Address = address; - _callbackObj.SetMarker(JSON.stringify(_marker)); + _callBackObj.SetMarker(JSON.stringify(_marker)); } }); } -- Gitblit v1.9.3