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> /// 高度偏移量