JavaCode/cs/QGisHelper.cs
@@ -23,6 +23,7 @@ string testXml = File.ReadAllText(testPath); String newTestXml = testXml.Replace("\"./", "\"" + path) .Replace("中国石油天然气管道工程有限公司", "中国 x x x x x 工程有限公司") .Replace(" </customproperties>", appendStr); File.WriteAllText(testPath, newTestXml);