管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-03-17 1d8841769ab286ebe80e8c45f2ce5411e9c9f9d8
1
已修改1个文件
6 ■■■■ 文件已修改
ExportMap/cs/SGUtils.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/cs/SGUtils.cs
@@ -63,14 +63,14 @@
        /// </summary>
        public static string GetReleaseUrl(SysMeta meta, Int64 sgsID)
        {
            return "http://{host}/LFData/3d/3dtiles/" + meta.type + "/" + meta.id + "/tileset.json";
            switch (meta.type)
            {
                case "mpt":
                    return "http://{host}/SG/Imagery;" + sgsID + ".mpt";
                    return "http://{host}/SG/Imagery;" + sgsID + ".mpt"; // Elevation
                case "3dml":
                    return "http://{host}/SG/b3dm/" + sgsID + "/tileset.json";
                default:
                    return string.Empty;
            }
        }