From 492fbc0052225864e97cceb66d86d3fdf9dee961 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 05 十二月 2024 16:18:36 +0800 Subject: [PATCH] 修改匹配方法以及单独匹配 --- 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