ExportMap/cs/XYZUtils.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ExportMap/cs/XYZUtils.cs
@@ -70,8 +70,8 @@ /// </summary> public static string GetReleaseUrl(string dircode) { return "http://{host}/LFData/2d/tiles/" + dircode + "/{z}/{x}/{y}.png"; //return "http://{host}/ExportMap/tile0/{z}/{x}/{y}.png?path=2d/tiles/" + dircode; //return "http://{host}/LFData/2d/tiles/" + dircode + "/{z}/{x}/{y}.png"; return "http://{host}/ExportMap/tile0/{z}/{x}/{y}.png?path=2d/tiles/" + dircode; } /// <summary>