管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-07-15 d5be9e1de1a76c4f842a87035c1d5eea1faaeb2f
ExportMap/Models/XYZArgs.cs
@@ -12,9 +12,9 @@
    {
        public XYZArgs()
        {
            srids = new List<int>();
            ids = new List<int>();
            isNew = true;
            srid = 4326;
        }
        /// <summary>
@@ -73,9 +73,9 @@
        public bool isNew { set; get; }
        /// <summary>
        /// 坐标系ID
        /// 坐标系ID集合
        /// </summary>
        public int srid { set; get; }
        public List<int> srids { set; get; }
        /// <summary>
        /// 高度偏移量