管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-06-09 d4b11624440760add20444a152cc327af4eb3efd
ExportMap/cs/SGUtils.cs
@@ -48,6 +48,8 @@
                    return "http://{host}/SG/Imagery;" + sgsID + ".mpt"; // Elevation
                case "3dml":
                    return "http://{host}/SG/b3dm/" + sgsID + "/tileset.json";
                case "cpt":
                    return "http://{host}/SG/pnts/" + sgsID + "/tileset.json";
                default:
                    return string.Empty;
            }
@@ -60,7 +62,7 @@
        /// <returns>行数</returns>
        public List<int> Release(XYZArgs args, ref string err)
        {
            List<SysMeta> list = XYZUtils.SelectMetas(args.ids, "and type in ('mpt', '3dml')");
            List<SysMeta> list = XYZUtils.SelectMetas(args.ids, "and type in ('mpt', '3dml', 'cpt')");
            if (null == list || list.Count == 0) return null;
            //int maxId = GetMaxId(); // maxId = 411576;