ExportMap/Sources/xyz.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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):