From 02f134e12daa7718c78d28a8038c7fd071971e5d Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 18 四月 2023 10:35:16 +0800 Subject: [PATCH] 1 --- ExportMap/cs/XYZUtils.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ExportMap/cs/XYZUtils.cs b/ExportMap/cs/XYZUtils.cs index 9e8496a..dc814b4 100644 --- a/ExportMap/cs/XYZUtils.cs +++ b/ExportMap/cs/XYZUtils.cs @@ -81,7 +81,7 @@ /// <returns>鏁版嵁鍙戝竷ID闆嗗悎</returns> public static List<int> Generate(XYZArgs args, ref string err) { - List<SysMeta> list = SelectMetas(args.ids, "and type in ('tif', 'tiff', 'img')"); + List<SysMeta> list = SelectMetas(args.ids, "and type in ('tif', 'tiff', 'img', 'png', 'jpg')"); if (null == list || list.Count == 0) return null; string dateStr = ExportUtil.DateStr; -- Gitblit v1.9.3