From a9350a6b293bc71eae543cf7bc3794dc4996be00 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 19 九月 2023 13:22:26 +0800
Subject: [PATCH] 1

---
 ExportMap/cs/TerraUtils.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ExportMap/cs/TerraUtils.cs b/ExportMap/cs/TerraUtils.cs
index 42e626c..3c93157 100644
--- a/ExportMap/cs/TerraUtils.cs
+++ b/ExportMap/cs/TerraUtils.cs
@@ -38,7 +38,7 @@
         /// <summary>
         /// 榛樿鏈�澶ф枃浠跺ぇ灏忥細5GB
         /// </summary>
-        public static long DDEFAULT_MAX_SIZE = 5L * 1024 * 1024 * 1024;
+        public static long DEFAULT_MAX_SIZE = 5L * 1024 * 1024 * 1024;
 
         /// <summary>
         /// 鑾峰彇Python鏂囦欢
@@ -254,7 +254,7 @@
         private static int GetTerrainMaxLevel(XYZArgs args, string tifFile)
         {
             FileInfo fi = new FileInfo(tifFile);
-            if (fi.Length > DDEFAULT_MAX_SIZE) return TERRAIN_MAX_LEVEL;
+            if (fi.Length > DEFAULT_MAX_SIZE) return TERRAIN_MAX_LEVEL;
 
             string ctbPath = Tools.GetSetting("ctbPath");
             string dirPath = GetTerrainPath(args.dircode);

--
Gitblit v1.9.3