From 9eaf9a089f7dfb7b9b98f12639f090b7b7259347 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 25 四月 2023 13:06:11 +0800
Subject: [PATCH] 1

---
 ExportMap/Sources/xyz.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ExportMap/Sources/xyz.py b/ExportMap/Sources/xyz.py
index d1ecb35..fd63ff0 100644
--- a/ExportMap/Sources/xyz.py
+++ b/ExportMap/Sources/xyz.py
@@ -106,10 +106,9 @@
         else:
             setRectBound(ex, rect.xMinimum(), rect.yMinimum(), rect.xMaximum(), rect.yMaximum())
 
-    # -3640.3675,1734588.1947,2434663.1477,3677421.7047 [EPSG:32643]
     # 123543.6722,2730986.0671,2732253.9315,3552923.0518 [EPSG:32643]
+    # return '38400309.1314,38403253.7083,3559920.4768,3561690.3144 [CGCS2000 / 3-degree Gauss-Kruger zone 38]'
     return str(ex.xmin) + "," + str(ex.xmax) + "," + str(ex.ymin) + "," + str(ex.ymax) + ' [' + args.authid + "]"
-
 
 # 璁剧疆鐭╁舰杈圭晫
 def setRectBound(ex, xmin, ymin, xmax, ymax):

--
Gitblit v1.9.3