From b93b3a846468f0031a49d7689b645b894268f787 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 21 十二月 2022 17:53:53 +0800 Subject: [PATCH] 1 --- ExportMap/cs/ExportUtil.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ExportMap/cs/ExportUtil.cs b/ExportMap/cs/ExportUtil.cs index 4a50d88..02f82a8 100644 --- a/ExportMap/cs/ExportUtil.cs +++ b/ExportMap/cs/ExportUtil.cs @@ -229,6 +229,7 @@ xml = xml .Replace("{dpi}", args.dpi.ToString()) .Replace("{title}", args.title) + .Replace("{sourcesPath}", SourcesPath) .Replace("{rotation}", args.rotation.ToString()) .Replace("{xmin}", args.xmin.ToString()) .Replace("{ymin}", args.ymin.ToString()) @@ -239,7 +240,6 @@ .Replace("{resolution}", args.resolution) .Replace("{date}", args.date) .Replace("{layers}", args.layers) - .Replace("{sourcesPath}", SourcesPath) .Replace("{imgPath}", imgPath); File.WriteAllText(qptFile, xml); -- Gitblit v1.9.3