管道基础大数据平台系统开发-【CS】-ExportMap
11
13693261870
2024-09-03 e05f48fc7ba368d3561d8702b18d65ee021b1ae2
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);