From 1686db280b8bad0944adddb93b9e4387e6101c43 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 28 八月 2023 16:01:39 +0800
Subject: [PATCH] 修改坐标转换功能

---
 DataLoader/CS/StaticData.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DataLoader/CS/StaticData.cs b/DataLoader/CS/StaticData.cs
index b3686d8..9e1e5c0 100644
--- a/DataLoader/CS/StaticData.cs
+++ b/DataLoader/CS/StaticData.cs
@@ -45,7 +45,7 @@
         /// <summary>
         /// 鏍呮牸鏁版嵁鎵╁睍鍚�
         /// </summary>
-        public static readonly List<String> RASTER_EXT = new List<String> { ".img", ".tif", ".tiff", "jpg", "jp2" };
+        public static readonly List<String> RASTER_EXT = new List<String> { ".img", ".tif", ".tiff", ".jpg", ".jp2" };
 
         /// <summary>
         /// 16杩涘埗
@@ -95,7 +95,7 @@
         /// <summary>
         /// Mapper鎺掗櫎鎵╁睍鍚�
         /// </summary>
-        public readonly static List<String> MAPPER_EXCLUDE_EXT = new List<String> { ".jpg.aux.xml", ".jpg.xml", ".jp2.aux.xml", ".jp2.xml", ".jp2.html", ".jp2.txt", ".img.aux.xml", ".img.xml", ".tif.aux.xml", ".tif.xml", ".tiff.aux.xml", ".tiff.xml", ".shp.xml" };
+        public readonly static List<String> MAPPER_EXCLUDE_EXT = new List<String> { ".jpg.aux.xml", ".jpg.xml", ".jp2.aux.xml", ".jp2.xml", ".jp2.html", ".jp2.txt", ".img.aux.xml", ".img.xml", ".tif.aux.xml", ".tif.xml", ".tiff.aux.xml", ".tiff.xml", ".shp.xml", ".ecw.xml", "ecw.aux.xml" };
 
         /// <summary>
         /// 鎵�鏈夋枃浠舵墿灞曞悕

--
Gitblit v1.9.3