管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2023-10-09 0b913d64de836a55d3eace9618c6b2c0d232d34a
MoonExp/cs/ExportUtil.cs
@@ -194,7 +194,8 @@
                //.Replace("{date}", args.date)
                .Replace("{date}", DateTime.Now.ToString("yyyy.MM.dd"))
                .Replace("{layers}", args.layers)
                .Replace("{imgPath}", imgPath);
                .Replace("{imgPath}", imgPath)
                .Replace("{wmsUrl}", null == args.wmtsUrl ? string.Empty : args.wmtsUrl);
            File.WriteAllText(qptFile, xml);
        }