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