管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-03-13 3214e382ce5ff5d9b36df42c5246544013c19137
ExportMap/cs/XYZUtil.cs
@@ -21,13 +21,23 @@
            {
                if (string.IsNullOrWhiteSpace(pyFile))
                {
                    pyFile = Path.Combine(ExportUtil.SourcesPath, "render.py");
                    pyFile = Path.Combine(ExportUtil.SourcesPath, "xyz.py");
                }
                return pyFile;
            }
        }
        //xyz.qgz
        /// <summary>
        /// QGIS工程
        /// </summary>
        public string Qgz
        {
            get
            {
                return "xyz.qgz";
            }
        }
        /// <summary>
        /// 生成
@@ -35,8 +45,9 @@
        /// <param name="args">出图参数</param>
        /// <param name="err">错误信息</param>
        /// <returns>图片路径</returns>
        public static string Generate(ExportArgs args, ref string err)
        public static string Generate(XYZArgs args, ref string err)
        {
            string date = ExportUtil.DateStr;
            return null;