管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2024-09-03 3cfb6aa02516135fb174ab1b30620f2007924663
MoonExp/cs/ExportUtil.cs
@@ -198,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));