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; }