From 64976f1ece7c07df3bbe735b616b2afb9a204d10 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期六, 11 三月 2023 11:06:43 +0800
Subject: [PATCH] 1

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

diff --git a/ExportMap/Sources/xyz.py b/ExportMap/Sources/xyz.py
index c4b241b..fff5285 100644
--- a/ExportMap/Sources/xyz.py
+++ b/ExportMap/Sources/xyz.py
@@ -103,7 +103,7 @@
             ex.ymax = rect.yMaximum()
 
     # '38399769,38403264,3558330,3561632'
-    str = str(ex.xmin) + "," + str(ex.xmax) + "," + str(ex.ymin) + "," + str(ex.ymax)
+    return str(ex.xmin) + "," + str(ex.xmax) + "," + str(ex.ymin) + "," + str(ex.ymax)
 
 
 # 鑾峰彇杈圭晫2

--
Gitblit v1.9.3