From 1d9aa9ea9f2a8b36573a5669664e32e25787cd23 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 07 八月 2023 17:32:50 +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 0fd93f1..85cd51c 100644
--- a/ExportMap/Sources/xyz.py
+++ b/ExportMap/Sources/xyz.py
@@ -100,7 +100,7 @@
             continue
 
         if args.crs.authid() != layer.crs().authid():
-            transform = QgsCoordinateTransform(layer.crs(),  args.crs, prj)
+            transform = QgsCoordinateTransform(layer.crs(), args.crs, prj)
             min = QgsPoint(rect.xMinimum(), rect.yMinimum())
             max = QgsPoint(rect.xMaximum(), rect.yMaximum())
             min.transform(transform)

--
Gitblit v1.9.3