From 37e31be51339f67791cf9d1d0e7ddbdd5f4401dd Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 31 八月 2023 10:46:53 +0800 Subject: [PATCH] 修改EPSG编码 --- 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 793b9bf..9c69bae 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", "EPSG:104903" }; + public static List<string> EPSGS = new List<string>() { "EPSG:4326", "EPSG:4490", "ESRI:104903" }; /// <summary> /// 鏋勯�犲嚱鏁� @@ -116,7 +116,7 @@ vd.Meta.coor_sys = sr.GetName(); // 鍧愭爣绯荤粺 if (MOON200 == vd.Meta.coor_sys) { - vd.Meta.epsg = "EPSG:104903"; // EPSG缂栫爜 + vd.Meta.epsg = "ESRI:104903"; // EPSG缂栫爜 } else { -- Gitblit v1.9.3