更新节点详情

This commit is contained in:
2026-06-04 19:20:43 +08:00
parent 76c692c50d
commit 91eb43d00c
2 files changed
+4 -4

No files matched your search

@@ -49,7 +49,7 @@ onMounted(async () => {
maxBoundsViscosity: 1.0,
worldCopyJump: false,
}).setView([0, 0], 2)
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
L.tileLayer('https://tile.openstreetmap.jp/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '© OpenStreetMap contributors',
}).addTo(map)