From ce4de7ef71ae48fe1cc537d06a0facfa6cbf91fa Mon Sep 17 00:00:00 2001 From: cloudflight <cloudflight@126.com> Date: 星期六, 30 十一月 2024 12:52:07 +0800 Subject: [PATCH] 增加节点和管线的局部损失输出 --- 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