From 76c692c50d113f1762a4929cd4d5cabf0aa812a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=87=E5=B3=B0?= Date: Thu, 4 Jun 2026 18:07:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=BA=90=E6=94=B9=E6=97=A5?= =?UTF-8?q?=E6=9C=AC=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meshmap_frontend/src/components/MeshMap.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshmap_frontend/src/components/MeshMap.vue b/meshmap_frontend/src/components/MeshMap.vue index 70cf9be..b91bdf6 100644 --- a/meshmap_frontend/src/components/MeshMap.vue +++ b/meshmap_frontend/src/components/MeshMap.vue @@ -53,7 +53,7 @@ onMounted(async () => { maxBoundsViscosity: 1.0, worldCopyJump: false, }).setView(defaultMapCenter, defaultMapZoom) - L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { + L.tileLayer('https://tile.openstreetmap.jp/{z}/{x}/{y}.png', { minZoom: minMapZoom, maxZoom: 19, noWrap: true,