From bca6ae986f42122f2b1c33568159f96fa8a1f3d6 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 19 十月 2023 12:44:57 +0800 Subject: [PATCH] 1 --- ExportMap/cs/XYZUtils.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExportMap/cs/XYZUtils.cs b/ExportMap/cs/XYZUtils.cs index d6e4bc2..02070bb 100644 --- a/ExportMap/cs/XYZUtils.cs +++ b/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> -- Gitblit v1.9.3