From 9d9f97954c5eef9ee909eda39f082e0f19247111 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 21 三月 2023 14:14:29 +0800
Subject: [PATCH] 1

---
 ExportMap/export.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ExportMap/export.html b/ExportMap/export.html
index ce82c02..1ef2188 100644
--- a/ExportMap/export.html
+++ b/ExportMap/export.html
@@ -77,7 +77,7 @@
 
     // 娴嬭瘯鍒囧浘
     function convertXYZ() {
-      var data = { token: token, ids: [1526, 1527], id: 1, min: 12, max: 12, depcode: "000305", dircode: "0102", userId: 1, name: "DOM_0.2m" };
+      var data = { token: token, ids: [1526, 1527], id: 1, min: 8, max: 18, depcode: "000305", dircode: "0102", userId: 1, name: "DOM_0.2m" };
       ajax("Convert/ToTiles", "POST", JSON.stringify(data), null, null, function (rs) {
         alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result);
         console.log(rs);

--
Gitblit v1.9.3