From f0586817d86bb5b86efce42230e872fd9a254d69 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 29 八月 2023 20:12:24 +0800
Subject: [PATCH] 1

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

diff --git a/DataLoader/CS/GdalHelper.cs b/DataLoader/CS/GdalHelper.cs
index 9c69bae..793b9bf 100644
--- a/DataLoader/CS/GdalHelper.cs
+++ b/DataLoader/CS/GdalHelper.cs
@@ -26,7 +26,7 @@
 
         public static string MOON200 = "GCS_Moon_2000";
 
-        public static List<string> EPSGS = new List<string>() { "EPSG:4326", "EPSG:4490", "ESRI:104903" };
+        public static List<string> EPSGS = new List<string>() { "EPSG:4326", "EPSG:4490", "EPSG:104903" };
 
         /// <summary>
         /// 鏋勯�犲嚱鏁�
@@ -116,7 +116,7 @@
                 vd.Meta.coor_sys = sr.GetName(); // 鍧愭爣绯荤粺
                 if (MOON200 == vd.Meta.coor_sys)
                 {
-                    vd.Meta.epsg = "ESRI:104903"; // EPSG缂栫爜
+                    vd.Meta.epsg = "EPSG:104903"; // EPSG缂栫爜
                 }
                 else
                 {

--
Gitblit v1.9.3