From 2fd93008d2ce0052353e5016f2c15d1890ffd2e6 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 23 十月 2023 13:42:37 +0800
Subject: [PATCH] 解决影像图层覆盖了矢量图层

---
 MoonExp/cs/ExportUtil.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/MoonExp/cs/ExportUtil.cs b/MoonExp/cs/ExportUtil.cs
index 41173e7..b115aaf 100644
--- a/MoonExp/cs/ExportUtil.cs
+++ b/MoonExp/cs/ExportUtil.cs
@@ -8,6 +8,7 @@
 using System.IO;
 using System.Linq;
 using System.Net;
+using System.Security;
 using System.Text;
 using System.Web;
 
@@ -274,7 +275,7 @@
 
             string wmtsUrl = string.Join(",", list);
 
-            return wmtsUrl;
+            return SecurityElement.Escape(wmtsUrl);
         }
 
         /// <summary>

--
Gitblit v1.9.3