From 59f2c4c04e06d77de7f10ab96d1a5c73ccd01262 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 05 十二月 2024 16:23:42 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs b/WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs index df2d685..7990065 100644 --- a/WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs +++ b/WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs @@ -28,5 +28,17 @@ } } + + /// <summary> + /// 绠�鍗曡缃爣璁皍rl + /// </summary> + public static string SetSimpleMarkerUrl + { + get + { + return AppDomain.CurrentDomain.BaseDirectory + @"map\gaode\html\SetSimpleMarker.html"; + } + } + } } -- Gitblit v1.9.3