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