From 580bf53cc72e67660c7fdc267e623cdeb197de26 Mon Sep 17 00:00:00 2001 From: wyc <1104749580@qq.com> Date: Tue, 4 Aug 2026 18:26:14 +0800 Subject: [PATCH] =?UTF-8?q?mbtiles=E4=B8=8D=E5=AD=98=E5=9C=A8=E5=BF=AB?= =?UTF-8?q?=E9=80=9F=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Map/Map_Resources.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Map/Map_Resources.tsx b/src/Map/Map_Resources.tsx index a45b007..043b7a9 100644 --- a/src/Map/Map_Resources.tsx +++ b/src/Map/Map_Resources.tsx @@ -17,6 +17,7 @@ export type Map_Imagery_Source_Metadata = { key: string name: string tile_type: "imagery" | string + request_method: "GET" | string resource: Map_Tile_Metadata } export type Map_Resources_Metadata = { @@ -24,8 +25,6 @@ export type Map_Resources_Metadata = { tile_sources: Map_Imagery_Source_Metadata[] imagery_sources: Map_Imagery_Source_Metadata[] terrain_sources: Map_Imagery_Source_Metadata[] - imagery: Map_Tile_Metadata - google_imagery?: Map_Tile_Metadata terrain: Map_Tile_Metadata } export async function load_map_resources(): Promise {