管道基础大数据平台系统开发-【CS】-ExportMap
OK
13693261870
2024-09-27 566e0d21293a5fe6423fd7a16541bce00eeb2e38
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;
@@ -197,7 +198,7 @@
                .Replace("{scale}", args.scale)
                //.Replace("{resolution}", args.resolution)
                //.Replace("{date}", args.date)
                .Replace("{date}", DateTime.Now.ToString("yyyy.MM.dd"))
                .Replace("{date}", args.date) // DateTime.Now.ToString("yyyy.MM.dd")
                .Replace("{layers}", args.layers)
                .Replace("{imgPath}", imgPath)
                .Replace("{wmsUrl}", getWmtsUrl(args));
@@ -274,7 +275,7 @@
            string wmtsUrl = string.Join(",", list);
            return wmtsUrl;
            return SecurityElement.Escape(wmtsUrl);
        }
        /// <summary>