From 09689013a25ec208b11591b136e7fe220d69eb09 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 21 十二月 2022 10:15:20 +0800 Subject: [PATCH] 1 --- ExportMap/Sources/geo_render.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExportMap/Sources/geo_render.py b/ExportMap/Sources/geo_render.py index fa44e00..51eb70e 100644 --- a/ExportMap/Sources/geo_render.py +++ b/ExportMap/Sources/geo_render.py @@ -22,8 +22,8 @@ print("argv = ", sys.argv[1:]) parser = argparse.ArgumentParser(description='ArgUtils') parser.add_argument("-src", type=str, default=get_full_path(), required=False) - parser.add_argument("-qgz", type=str, default="geo.qgz", required=False) - parser.add_argument("-qpt", type=str, default="geo.qpt", required=False) + parser.add_argument("-qgz", type=str, default="LF.qgz", required=False) + parser.add_argument("-qpt", type=str, default="LF.qpt", required=False) return parser.parse_args() -- Gitblit v1.9.3