管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2023-10-11 dbfc2c6b24fd3389be00c60e0601321c94b0fb92
MoonExp/Models/ExportArgs.cs
@@ -90,11 +90,16 @@
        public String qpt { set; get; }
        /// <summary>
        /// WMTS地址
        /// </summary>
        public String wmtsUrl { set; get; }
        /// <summary>
        /// 设置默认值
        /// </summary>
        public void SetDefault()
        {
            if (string.IsNullOrWhiteSpace(title)) title = "管道基础大数据平台";
            if (string.IsNullOrWhiteSpace(title)) title = string.Empty;
            if (string.IsNullOrWhiteSpace(province)) province = string.Empty;
            if (string.IsNullOrWhiteSpace(scale)) scale = string.Empty;
            if (string.IsNullOrWhiteSpace(resolution)) resolution = string.Empty;