ExportMap/cs/TerrainUtils.cs
@@ -41,11 +41,12 @@ public static long DEFAULT_MAX_SIZE = 5L * 1024 * 1024 * 1024; /// <summary> /// 获取发布地址 /// 获取发布地址:http://127.0.0.1/ExportMap/terra0?path=3d\terrain\dem\t /// </summary> public static string GetReleaseUrl(string dircode) { return "http://{host}/LFData/3d/terrain/" + dircode; //return "http://{host}/LFData/3d/terrain/" + dircode; return "{host}/ExportMap/terra0?path=3d/terrain/" + dircode; } /// <summary>