ExportMap/cs/SGUtils.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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; } }