From 24c796033d9105256cd3253e52a9b0197013ce2f Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期日, 19 三月 2023 15:29:26 +0800 Subject: [PATCH] 1 --- ExportMap/Sources/xyz.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExportMap/Sources/xyz.py b/ExportMap/Sources/xyz.py index 571e56d..1bb5aae 100644 --- a/ExportMap/Sources/xyz.py +++ b/ExportMap/Sources/xyz.py @@ -31,7 +31,7 @@ parser.add_argument("-file", type=str, default=r"D:\xyz\zy.txt", required=False) parser.add_argument("-out", type=str, default=r"D:\xyz\tiles\zy", required=False) parser.add_argument("-min", type=int, default=12, required=False) - parser.add_argument("-max", type=int, default=15, required=False) + parser.add_argument("-max", type=int, default=18, required=False) return parser.parse_args() @@ -133,7 +133,7 @@ 'TILE_FORMAT': 0, 'TILE_HEIGHT': 256, 'TILE_WIDTH': 256, - 'TMS_CONVENTION': True, + 'TMS_CONVENTION': False, 'ZOOM_MAX': args.max, 'ZOOM_MIN': args.min } -- Gitblit v1.9.3