From 37220c4fd4510e47733c0f02ec1c1581bef7b4fd Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 12 五月 2023 10:04:01 +0800 Subject: [PATCH] 1 --- ExportMap/db/PubDBHelper.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExportMap/db/PubDBHelper.cs b/ExportMap/db/PubDBHelper.cs index 45f4042..1c5a440 100644 --- a/ExportMap/db/PubDBHelper.cs +++ b/ExportMap/db/PubDBHelper.cs @@ -115,7 +115,7 @@ if ("DEM".Equals(meta.type)) return "鑷姩鍙戝竷鍦板舰"; - if (imgList.Contains(meta.type)) return "鑷姩鍙戝竷褰卞儚"; + if ("DOM".Equals(meta.type)) return "鑷姩鍙戝竷褰卞儚"; return "鑷姩鍙戝竷妯″瀷"; } @@ -131,7 +131,7 @@ if ("DEM".Equals(meta.type)) return "DEM"; - if (imgList.Contains(meta.type)) return "TMS"; + if ("DOM".Equals(meta.type)) return "TMS"; return "Tileset"; } -- Gitblit v1.9.3