From fa3c4e145ed26e6e96b3dbf30604a815edbea55a Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 15 三月 2024 10:11:49 +0800 Subject: [PATCH] 修改发布数据的host --- ExportMap/cs/SGUtils.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ExportMap/cs/SGUtils.cs b/ExportMap/cs/SGUtils.cs index 1fbaa0d..2f93141 100644 --- a/ExportMap/cs/SGUtils.cs +++ b/ExportMap/cs/SGUtils.cs @@ -45,11 +45,11 @@ switch (meta.type) { case "mpt": - return "http://{host}/SG/Imagery;" + sgsID + ".mpt"; // Elevation + return "{host}/SG/Imagery;" + sgsID + ".mpt"; // Elevation case "3dml": - return "http://{host}/SG/b3dm/" + sgsID + "/tileset.json"; + return "{host}/SG/b3dm/" + sgsID + "/tileset.json"; case "cpt": - return "http://{host}/SG/pnts/" + sgsID + "/tileset.json"; + return "{host}/SG/pnts/" + sgsID + "/tileset.json"; default: return string.Empty; } -- Gitblit v1.9.3