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); }