ExportMap/Models/XYZArgs.cs
@@ -13,6 +13,7 @@ public XYZArgs() { srids = new List<int>(); zs = new List<double>(); ids = new List<int>(); isNew = true; } @@ -80,6 +81,6 @@ /// <summary> /// 高度偏移量 /// </summary> public double z { set; get; } public List<double> zs { set; get; } } }